set showQuote false by default

This commit is contained in:
darksignal7
2025-10-05 21:27:01 +03:00
parent 9d39417142
commit 33fdc1cdc7
@@ -146,7 +146,7 @@ Singleton {
property string wallpaperPath: ""
property string thumbnailPath: ""
property string quote: ""
property bool showQuote: true
property bool showQuote: false
property bool hideWhenFullscreen: true
property JsonObject parallax: JsonObject {
property bool vertical: false