remove airplaneModeEnabled from settings

This commit is contained in:
notiant
2026-03-25 00:29:20 +01:00
committed by GitHub
parent dea0575efa
commit b2c685decb
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -379,7 +379,6 @@
"indicatorOpacity": 0.6 "indicatorOpacity": 0.6
}, },
"network": { "network": {
"airplaneModeEnabled": false,
"bluetoothRssiPollingEnabled": false, "bluetoothRssiPollingEnabled": false,
"bluetoothRssiPollIntervalMs": 60000, "bluetoothRssiPollIntervalMs": 60000,
"networkPanelView": "wifi", "networkPanelView": "wifi",
-1
View File
@@ -576,7 +576,6 @@ Singleton {
// network // network
property JsonObject network: JsonObject { property JsonObject network: JsonObject {
property bool airplaneModeEnabled: false
property bool bluetoothRssiPollingEnabled: false // Opt-in Bluetooth RSSI polling (uses bluetoothctl) property bool bluetoothRssiPollingEnabled: false // Opt-in Bluetooth RSSI polling (uses bluetoothctl)
property int bluetoothRssiPollIntervalMs: 60000 // Polling interval in milliseconds for RSSI queries property int bluetoothRssiPollIntervalMs: 60000 // Polling interval in milliseconds for RSSI queries
property string networkPanelView: "wifi" property string networkPanelView: "wifi"