-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
temp fix for quitting on mac #12
temp fix for quitting on mac #12
Conversation
I need backups
5ef4ccd
to
e3617b6
Compare
Hey @claudemuller, will you merge this, or fix it in a real way? |
Hey Lukas Unfortunately I couldn't merge your request as it still contains remnants of the purged files. I have however implemented your temporary solution for the quitting on OSX bug. Please confirm that it works. I'll work on this soon. |
I think it works. However when I follow the steps to build the app it creates an app that only says |
OK kewl, thanks. Yeah I did some work this morning around why the actual FTP side of things isn't working. I've reached a solution, just need to implement it. Keep yer eyes peeled :) |
This does not work, as the quit event from cmd + q and the menu action for close is blocked.
If you want this working you would need to distinguish between clicking the (x) on a window (and maybe add the cmd + w shortcut for this) and between closing the app
role:close
.Reverting your change makes the app close on cmd + q, the menu item and the x on the window, which is better than the behaviour before. Especially since opening a new window results in the bug #4.