1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

small detail: the timer must run on both pkgManager and updChecker (#428)

This commit is contained in:
max72bra
2025-10-14 20:11:33 +02:00
committed by GitHub
parent 309b8d9efe
commit 0c8a7ff332

View File

@@ -256,7 +256,7 @@ Singleton {
Timer {
interval: 30 * 60 * 1000
repeat: true
running: distributionSupported && pkgManager
running: distributionSupported && (pkgManager || updChecker)
onTriggered: checkForUpdates()
}
}