check updates config option

This commit is contained in:
2026-04-09 19:25:56 +02:00
parent 2ec8ef6299
commit eceb453036
4 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -270,6 +270,7 @@ Singleton {
function serializeServices(): var {
return {
weatherLocation: services.weatherLocation,
updates: services.updates,
useFahrenheit: services.useFahrenheit,
ddcutilService: services.ddcutilService,
useTwelveHourClock: services.useTwelveHourClock,
@@ -322,7 +323,6 @@ Singleton {
ElapsedTimer {
id: timer
}
Timer {
+1
View File
@@ -14,6 +14,7 @@ JsonObject {
"to": "YT Music"
}
]
property bool updates: true
property bool useFahrenheit: false
property bool useTwelveHourClock: Qt.locale().timeFormat(Locale.ShortFormat).toLowerCase().includes("a")
property int visualizerBars: 30