natixco/tabby

Doesn't exit properly on mac

Closed this issue · 2 comments

Built the app for mac from master using electron-builder -m.
When I close the window or do Cmd+Q or go to tabby>Quit tabby, the app doesn't exit properly. It stays opened with no window and doesn't respond to any quit command. I am obligated to kill it with Command-Option-Escape, which is kind of annoying

You have to close the app from the tray icon. Personally I don't know how it's working on mac, because I don't have one.

On macOS the tray icon is... not an icon
Screen Shot 2020-04-06 at 16 25 25
When that's fixed you should hide the app from the dock app.dock.hide() OR make the app respond to quit commands anyway