mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(wallpaper): cleanup misleading code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user