BatteryPanel: implement basic battery panel with 3 radio buttons

This commit is contained in:
Damian D'Souza
2025-10-09 17:49:27 +02:00
parent 90ed62ccf2
commit 2f515ca3c5
4 changed files with 115 additions and 5 deletions
+5
View File
@@ -28,6 +28,7 @@ import qs.Modules.SessionMenu
import qs.Modules.Bar
import qs.Modules.Bar.Extras
import qs.Modules.Bar.Bluetooth
import qs.Modules.Bar.Battery
import qs.Modules.Bar.Calendar
import qs.Modules.Bar.WiFi
@@ -159,6 +160,10 @@ ShellRoot {
id: wallpaperPanel
objectName: "wallpaperPanel"
}
BatteryPanel {
id: batteryPanel
objectName: "batteryPanel"
}
}
}
}