refactor: make battery indicator more consistent

This commit is contained in:
Kiana Sheibani 2026-01-25 04:39:31 -05:00
parent 608854ba03
commit 984a840a8d
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
4 changed files with 12 additions and 9 deletions

View file

@ -161,6 +161,8 @@ Singleton {
}
readonly property QtObject services: QtObject {
readonly property real batteryWarning: 0.15
readonly property string weatherLocation: ""
readonly property bool useFahrenheit: [Locale.ImperialUSSystem, Locale.ImperialSystem].includes(Qt.locale().measurementSystem)