fix(wallpaper): cleanup misleading code

This commit is contained in:
Lysec
2026-03-30 14:29:33 +02:00
parent f2e5f9953f
commit c9bda88e39
6 changed files with 317 additions and 6 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ Singleton {
}
return;
}
var isAirplaneModeActive = !root.wifiEnabled && BluetoothService.blocked
var isAirplaneModeActive = !root.wifiEnabled && BluetoothService.blocked;
// Extra check for Airplane Mode if Bluetooth has been blocked before Wi-Fi
if (isAirplaneModeActive && !root.airplaneModeEnabled) {
root.airplaneModeEnabled = true;