Merge pull request #2312 from notiant/patch-2

Rework Airplane Mode handling & remove bluetoothctl fallback
This commit is contained in:
Lysec
2026-03-30 12:06:13 +02:00
committed by GitHub
15 changed files with 262 additions and 413 deletions
-1
View File
@@ -579,7 +579,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"