QuickSettings: 3 columns + added Do not disturb

This commit is contained in:
ItsLemmy
2025-10-08 23:24:22 -04:00
parent bff195309a
commit a90bca23aa
5 changed files with 27 additions and 6 deletions
+4
View File
@@ -11,6 +11,7 @@ Singleton {
// Widget registry object mapping widget names to components
property var widgets: ({
"Bluetooth": bluetoothComponent,
"DoNotDisturb": doNotDisturbComponent,
"KeepAwake": keepAwakeComponent,
"NightLight": nightLightComponent,
"PowerProfile": powerProfileComponent,
@@ -25,6 +26,9 @@ Singleton {
property Component bluetoothComponent: Component {
Bluetooth {}
}
property Component doNotDisturbComponent: Component {
DoNotDisturb {}
}
property Component keepAwakeComponent: Component {
KeepAwake {}
}