feat(power): add power profile component

This commit is contained in:
tux
2026-08-23 17:45:45 +05:30
parent 1ded80d1c0
commit 3b01362a5a
4 changed files with 35 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ Singleton {
property var left: [
root.widget("LauncherButton"),
root.widget("PowerProfileWidget"),
root.widget("BatteryIndicator"),
]