objective-see / BlockBlock

BlockBlock provides continual protection by monitoring persistence locations.
GNU General Public License v3.0
626 stars 39 forks source link

BlockBlock Helper will not close with ⌘W or ⌘Q #2

Closed tjluoma closed 4 years ago

tjluoma commented 4 years ago

BlockBlock Helper lacks a standard macOS menus:

2020-04-13-06 22 11-BlockBlock-Helper-and-cmd-Q-or-cmd-W

which would be "Acceptable But Still Odd" except that it also does not close with the standard Command+Q (⌘Q) or Command+W (⌘W).

It appears the only way to close the window is by clicking on the 'x' at the top-left of the window… like some sort of primitive caveman.

objective-see commented 4 years ago

Thanks!

Improved dropdown menu and added support for "Close Window" (⌘ + W)

(Note: 'Quit' isn't supported, as we need the client to keep running (albeit in the background, with no windows) to listen for alerts to display.

image

Code already checked in, next beta release will have this in the app!