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

@@ -0,0 +1,11 @@
pragma ComponentBehavior: Bound
import qs.ui
import qs.services
BarButton {
hoverHighlight: false
pointerCursor: false
label: PowerProfile.name
iconSource: PowerProfile.icon
}