From 3f4313635ad4149d451f968512f41040047c5fb1 Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Thu, 11 Sep 2025 21:21:54 +0300 Subject: [PATCH] fix(bluetooth): rename wifiSwitch to bluetoothSwitch to fix the toggle switch --- Modules/BluetoothPanel/BluetoothPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/BluetoothPanel/BluetoothPanel.qml b/Modules/BluetoothPanel/BluetoothPanel.qml index ac78db3..e04f106 100644 --- a/Modules/BluetoothPanel/BluetoothPanel.qml +++ b/Modules/BluetoothPanel/BluetoothPanel.qml @@ -42,7 +42,7 @@ NPanel { } NToggle { - id: wifiSwitch + id: bluetoothSwitch checked: Settings.data.network.bluetoothEnabled onToggled: checked => BluetoothService.setBluetoothEnabled(checked) baseSize: Style.baseWidgetSize * 0.65 * scaling