Merge branch 'changelog'

This commit is contained in:
Ly-sec
2025-11-20 11:54:33 +01:00
17 changed files with 967 additions and 11 deletions
+6 -1
View File
@@ -518,6 +518,11 @@ Singleton {
property string manualSunset: "18:30"
}
property JsonObject changelog: JsonObject {
property string lastSeenVersion: ""
property bool forceShowNextStart: false
}
// hooks
property JsonObject hooks: JsonObject {
property bool enabled: false
@@ -824,4 +829,4 @@ Singleton {
const widgetAfter = JSON.stringify(widget);
return (widgetAfter !== widgetBefore);
}
}
}