changed old appearance vars for the lockscreen + warning hunting for the polkit #154

Merged
zach merged 2 commits from fix/lockscreen-font into main 2026-08-31 00:14:06 +02:00
Showing only changes of commit 2f6847ce0e - Show all commits
@@ -40,7 +40,7 @@ Item {
anchors.centerIn: parent
sourceComponent: BatteryIcon {
devState: Battery.deviceStateString
devState: Battery.deviceStateString.toLowerCase()
percentage: Battery.currentPerc
}
}