diff --git a/PDF Unlocker.xcodeproj/project.xcworkspace/xcuserdata/rahul286.xcuserdatad/UserInterfaceState.xcuserstate b/PDF Unlocker.xcodeproj/project.xcworkspace/xcuserdata/rahul286.xcuserdatad/UserInterfaceState.xcuserstate index d61b581..df7f875 100644 Binary files a/PDF Unlocker.xcodeproj/project.xcworkspace/xcuserdata/rahul286.xcuserdatad/UserInterfaceState.xcuserstate and b/PDF Unlocker.xcodeproj/project.xcworkspace/xcuserdata/rahul286.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/PDF Unlocker/PDF_UnlockerApp.swift b/PDF Unlocker/PDF_UnlockerApp.swift index a65ad8a..7b2bcb8 100644 --- a/PDF Unlocker/PDF_UnlockerApp.swift +++ b/PDF Unlocker/PDF_UnlockerApp.swift @@ -16,7 +16,7 @@ struct PDFUnlockerApp: App { } preAction: { NSApp.activate(ignoringOtherApps: true) } postAction: { - NSApp.activate(ignoringOtherApps: true) +// NSApp.activate(ignoringOtherApps: true) }.keyboardShortcut(",", modifiers: .command) Divider() diff --git a/README.md b/README.md index 809bef3..db56eb7 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ Launch again. This time click "**Open**". ## Known Issue - [ ] Find a way to sign/notarize app without paying for Apple's developer account. -- [ ] You need to quit and relaunch app after saving settings to start monitoring. -- [ ] Settings window sometimes doesn't come to front. Please check all windows. +- [x] You need to quit and relaunch app after saving settings to start monitoring. +- [x] Settings window sometimes doesn't come to front. Please check all windows. - [ ] Fix menu bar icon size. Also, set it to app icon image. ## Credits