Disabled arch updater until more investiguation
This commit is contained in:
parent
a10d55e7f5
commit
d7206410f4
1 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ 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,
|
// "ArchUpdater": archUpdaterComponent,
|
||||||
"Battery": batteryComponent,
|
"Battery": batteryComponent,
|
||||||
"Bluetooth": bluetoothComponent,
|
"Bluetooth": bluetoothComponent,
|
||||||
"Brightness": brightnessComponent,
|
"Brightness": brightnessComponent,
|
||||||
|
|
@ -32,9 +32,9 @@ Singleton {
|
||||||
property Component activeWindowComponent: Component {
|
property Component activeWindowComponent: Component {
|
||||||
ActiveWindow {}
|
ActiveWindow {}
|
||||||
}
|
}
|
||||||
property Component archUpdaterComponent: Component {
|
// property Component archUpdaterComponent: Component {
|
||||||
ArchUpdater {}
|
// ArchUpdater {}
|
||||||
}
|
// }
|
||||||
property Component batteryComponent: Component {
|
property Component batteryComponent: Component {
|
||||||
Battery {}
|
Battery {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue