Add notification when battery is low, fix some warnings

This commit is contained in:
Ly-sec 2025-08-25 12:46:55 +02:00
parent d2b202c25f
commit c6683712a4
5 changed files with 52 additions and 51 deletions

View file

@ -10,4 +10,7 @@ Text {
font.pointSize: Style.fontSizeM * scaling
font.weight: Style.fontWeightMedium
color: Color.mOnSurface
renderType: Text.QtRendering
font.hintingPreference: Font.PreferNoHinting
font.kerning: true
}