Skip to content

Commit

Permalink
fix brining settings to front
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul286 committed Jul 27, 2024
1 parent 8dd2414 commit 9deb29d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion PDF Unlocker/PDF_UnlockerApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9deb29d

Please sign in to comment.