mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 06:25:37 -05:00
small detail: the timer must run on both pkgManager and updChecker (#428)
This commit is contained in:
@@ -256,7 +256,7 @@ Singleton {
|
||||
Timer {
|
||||
interval: 30 * 60 * 1000
|
||||
repeat: true
|
||||
running: distributionSupported && pkgManager
|
||||
running: distributionSupported && (pkgManager || updChecker)
|
||||
onTriggered: checkForUpdates()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user