This commit is contained in:
Ly-sec 2025-08-25 06:48:58 +02:00
parent 9e41697001
commit f42fa11862
3 changed files with 10 additions and 10 deletions

View file

@ -27,7 +27,7 @@ Item {
})
}
ScrollView {
ScrollView {
anchors.fill: parent
clip: true
ScrollBar.vertical.policy: ScrollBar.AsNeeded

View file

@ -10,8 +10,8 @@ Singleton {
// Widget registry object mapping widget names to components
property var widgets: ({
"ActiveWindow": activeWindowComponent,
// "ArchUpdater": archUpdaterComponent,
"Battery": batteryComponent,
"Battery"// "ArchUpdater": archUpdaterComponent,
: batteryComponent,
"Bluetooth": bluetoothComponent,
"Brightness": brightnessComponent,
"Clock": clockComponent,