Format
This commit is contained in:
parent
9e41697001
commit
f42fa11862
3 changed files with 10 additions and 10 deletions
|
|
@ -10,8 +10,8 @@ Singleton {
|
||||||
// Widget registry object mapping widget names to components
|
// Widget registry object mapping widget names to components
|
||||||
property var widgets: ({
|
property var widgets: ({
|
||||||
"ActiveWindow": activeWindowComponent,
|
"ActiveWindow": activeWindowComponent,
|
||||||
// "ArchUpdater": archUpdaterComponent,
|
"Battery"// "ArchUpdater": archUpdaterComponent,
|
||||||
"Battery": batteryComponent,
|
: batteryComponent,
|
||||||
"Bluetooth": bluetoothComponent,
|
"Bluetooth": bluetoothComponent,
|
||||||
"Brightness": brightnessComponent,
|
"Brightness": brightnessComponent,
|
||||||
"Clock": clockComponent,
|
"Clock": clockComponent,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue