From 7c168b3de0d0240ef0750e2c6162d05cb5cf38ca Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Sun, 9 Nov 2025 16:16:07 -0500 Subject: [PATCH] autoformatting --- Modules/Panels/Bluetooth/BluetoothPanel.qml | 4 ++-- Modules/Panels/WiFi/WiFiPanel.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/Panels/Bluetooth/BluetoothPanel.qml b/Modules/Panels/Bluetooth/BluetoothPanel.qml index b1b8adc7..b74bc391 100644 --- a/Modules/Panels/Bluetooth/BluetoothPanel.qml +++ b/Modules/Panels/Bluetooth/BluetoothPanel.qml @@ -95,7 +95,7 @@ SmartPanel { Item { Layout.fillHeight: true } - + NIcon { icon: "bluetooth-off" pointSize: 48 @@ -118,7 +118,7 @@ SmartPanel { Layout.fillWidth: true wrapMode: Text.WordWrap } - + Item { Layout.fillHeight: true } diff --git a/Modules/Panels/WiFi/WiFiPanel.qml b/Modules/Panels/WiFi/WiFiPanel.qml index c5e8feea..76d6428c 100644 --- a/Modules/Panels/WiFi/WiFiPanel.qml +++ b/Modules/Panels/WiFi/WiFiPanel.qml @@ -591,4 +591,4 @@ SmartPanel { } } } -} \ No newline at end of file +}