update default quick toggles

This commit is contained in:
end-4
2025-10-20 00:03:15 +02:00
parent fec23cab8d
commit 991abd4c1c
@@ -402,12 +402,12 @@ Singleton {
property JsonObject android: JsonObject {
property int columns: 5
property list<var> toggles: [
{ type: "network", size: 2 },
{ type: "bluetooth", size: 2 },
{ type: "idleInhibitor", size: 1 },
{ type: "easyEffects", size: 1 },
{ type: "nightLight", size: 2 },
{ type: "darkMode", size: 2 }
{ "size": 2, "type": "network" },
{ "size": 2, "type": "bluetooth" },
{ "size": 1, "type": "idleInhibitor" },
{ "size": 1, "type": "mic" },
{ "size": 2, "type": "audio" },
{ "size": 2, "type": "nightLight" }
]
}
}