config: move quote settings to clock widget subsection

This commit is contained in:
end-4
2025-11-05 10:23:20 +01:00
parent b3f81f350c
commit 64f6081b14
4 changed files with 13 additions and 11 deletions
@@ -169,6 +169,10 @@ Singleton {
property JsonObject digital: JsonObject {
property bool animateChange: true
}
property JsonObject quote: JsonObject {
property bool enable: false
property string text: ""
}
}
property JsonObject weather: JsonObject {
property bool enable: false
@@ -179,8 +183,6 @@ Singleton {
}
property string wallpaperPath: ""
property string thumbnailPath: ""
property string quote: ""
property bool showQuote: false
property bool hideWhenFullscreen: true
property JsonObject parallax: JsonObject {
property bool vertical: false