ArchUpdater: permanently removed

This commit is contained in:
LemmyCook 2025-09-09 18:10:11 -04:00
parent 955369ab13
commit ca7684c944
5 changed files with 18 additions and 619 deletions

View file

@ -11,7 +11,6 @@ Singleton {
// Widget registry object mapping widget names to components
property var widgets: ({
"ActiveWindow": activeWindowComponent,
"ArchUpdater": archUpdaterComponent,
"Battery": batteryComponent,
"Bluetooth": bluetoothComponent,
"Brightness": brightnessComponent,
@ -111,9 +110,6 @@ Singleton {
property Component activeWindowComponent: Component {
ActiveWindow {}
}
property Component archUpdaterComponent: Component {
ArchUpdater {}
}
property Component batteryComponent: Component {
Battery {}
}