1
0
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:
max72bra
2025-10-15 14:15:40 +02:00
committed by GitHub
parent f4a4151632
commit 8cbfaab807

View File

@@ -197,7 +197,7 @@ Singleton {
}
function checkForUpdates() {
if (!distributionSupported || (!pkgManager || !updChecker) || isChecking) return
if (!distributionSupported || (!pkgManager && !updChecker) || isChecking) return
isChecking = true
hasError = false