Add always show battery percentage option

This commit is contained in:
Ly-sec 2025-08-21 12:57:54 +02:00
parent 02e246ab8d
commit ae5fada790
4 changed files with 45 additions and 10 deletions

View file

@ -127,6 +127,7 @@ Singleton {
property bool showBrightness: true
property bool showNotificationsHistory: true
property bool showTray: true
property bool alwaysShowBatteryPercentage: false
property real backgroundOpacity: 1.0
property list<string> monitors: []
}