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