NightLight: check if wlsunset exists, else dont enable NightLight

SystemMonitorSettings: If RAM usage is not toggled, don't show % option
Settings: remove NightLight from default bar widgets
This commit is contained in:
Ly-sec
2025-09-27 15:14:44 +02:00
parent 13e32dc11b
commit fe2654268d
5 changed files with 13 additions and 9 deletions
+2 -4
View File
@@ -114,7 +114,7 @@ Singleton {
JsonAdapter {
id: adapter
property int settingsVersion: 8
property int settingsVersion: 9
// bar
property JsonObject bar: JsonObject {
@@ -156,10 +156,8 @@ Singleton {
"id": "Battery"
}, {
"id": "Volume"
}, {
}, {
"id": "Brightness"
}, {
"id": "NightLight"
}, {
"id": "Clock"
}, {