mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 06:25:37 -05:00
small fix: right check on execution (#440)
This commit is contained in:
@@ -197,7 +197,7 @@ Singleton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function checkForUpdates() {
|
function checkForUpdates() {
|
||||||
if (!distributionSupported || (!pkgManager || !updChecker) || isChecking) return
|
if (!distributionSupported || (!pkgManager && !updChecker) || isChecking) return
|
||||||
|
|
||||||
isChecking = true
|
isChecking = true
|
||||||
hasError = false
|
hasError = false
|
||||||
|
|||||||
Reference in New Issue
Block a user