Skip to content
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

Closed
wants to merge 27 commits into from
Closed

temp fix for quitting on mac #12

wants to merge 27 commits into from

Conversation

lukasoppermann
Copy link

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.

@claudemuller claudemuller force-pushed the master branch 2 times, most recently from 5ef4ccd to e3617b6 Compare February 23, 2017 05:36
@lukasoppermann
Copy link
Author

Hey @claudemuller, will you merge this, or fix it in a real way?

@claudemuller
Copy link
Collaborator

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.

@lukasoppermann
Copy link
Author

I think it works. However when I follow the steps to build the app it creates an app that only says loading … quitting it works fine however.

@claudemuller
Copy link
Collaborator

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants