Add BatteryPanel with charge level, power profile settings, prevent sleep toggle, battery health (if available)

This commit is contained in:
art0rz
2025-11-22 13:14:51 +01:00
parent c3066e1dd5
commit 5cc71b4da2
15 changed files with 367 additions and 0 deletions
+1
View File
@@ -168,6 +168,7 @@ Item {
}
return lines.join("\n");
}
onClicked: PanelService.getPanel("batteryPanel", screen)?.toggle(this)
onRightClicked: {
var popupMenuWindow = PanelService.getPopupMenuWindow(screen);
if (popupMenuWindow) {