mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -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 {
|
Timer {
|
||||||
interval: 30 * 60 * 1000
|
interval: 30 * 60 * 1000
|
||||||
repeat: true
|
repeat: true
|
||||||
running: distributionSupported && pkgManager
|
running: distributionSupported && (pkgManager || updChecker)
|
||||||
onTriggered: checkForUpdates()
|
onTriggered: checkForUpdates()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user