Skip to content

Commit

Permalink
don't hide the majorUpgradeBackupApp if it's not frontmost
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed May 28, 2022
1 parent 60113eb commit 1e5e1a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Nudge/Utilities/UILogic.swift
Expand Up @@ -239,6 +239,12 @@ func needToActivateNudge() -> Bool {
}
}

if majorUpgradeBackupAppPathExists {
if NSURL.fileURL(withPath: Utils().getBackupMajorUpgradeAppPath()) == appBundle {
continue
}
}

if appName == "com.github.macadmins.Nudge" {
continue
}
Expand Down

0 comments on commit 1e5e1a6

Please sign in to comment.