Skip to content

Commit

Permalink
Ensure blur is always loaded on re-activations
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed May 16, 2022
1 parent d793f46 commit 1ff01d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Nudge/Utilities/Utils.swift
Expand Up @@ -64,6 +64,7 @@ struct Utils {
// load the blur background and send it to the back if we are past the required install date
// if pastRequiredInstallationDate() && aggressiveUserFullScreenExperience {
if aggressiveUserFullScreenExperience {
nudgePrimaryState.blurredBackground.loadWindow()
nudgePrimaryState.blurredBackground.showWindow(self)
NSApp.windows[0].level = NSWindow.Level(rawValue: Int(CGWindowLevelForKey(.maximumWindow) + 1))
}
Expand Down

0 comments on commit 1ff01d1

Please sign in to comment.