From b2c685decb80048c7332d1f32dd8520dd3f5acb2 Mon Sep 17 00:00:00 2001 From: notiant <238434866+notiant@users.noreply.github.com> Date: Wed, 25 Mar 2026 00:29:20 +0100 Subject: [PATCH] remove airplaneModeEnabled from settings --- Assets/settings-default.json | 1 - Commons/Settings.qml | 1 - 2 files changed, 2 deletions(-) diff --git a/Assets/settings-default.json b/Assets/settings-default.json index 96e7f1a29..bc8af9233 100644 --- a/Assets/settings-default.json +++ b/Assets/settings-default.json @@ -379,7 +379,6 @@ "indicatorOpacity": 0.6 }, "network": { - "airplaneModeEnabled": false, "bluetoothRssiPollingEnabled": false, "bluetoothRssiPollIntervalMs": 60000, "networkPanelView": "wifi", diff --git a/Commons/Settings.qml b/Commons/Settings.qml index d438e0a44..53d63d2b7 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -576,7 +576,6 @@ Singleton { // network property JsonObject network: JsonObject { - property bool airplaneModeEnabled: false property bool bluetoothRssiPollingEnabled: false // Opt-in Bluetooth RSSI polling (uses bluetoothctl) property int bluetoothRssiPollIntervalMs: 60000 // Polling interval in milliseconds for RSSI queries property string networkPanelView: "wifi"