Skip to content
Open
1 change: 0 additions & 1 deletion Assets/settings-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@
"network": {
"bluetoothRssiPollingEnabled": false,
"bluetoothRssiPollIntervalMs": 60000,
"networkPanelView": "wifi",
"wifiDetailsViewMode": "grid",
"bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false,
Expand Down
1 change: 0 additions & 1 deletion Commons/Settings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ Singleton {
property JsonObject network: JsonObject {
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"
property string wifiDetailsViewMode: "grid" // "grid" or "list"
property string bluetoothDetailsViewMode: "grid" // "grid" or "list"
property bool bluetoothHideUnnamedDevices: false
Expand Down
Loading