Replies: 1 comment 1 reply
-
|
Unfortunately this is a know bug, but the fix is not to delete the line but to introduce menu roles, so that the pre-defined item can be removed and instead your entry is moved there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
macOS shortcut Command+Q terminates the application. To save unsaved date before, Command+Q should be handled e.g. via shortcut and a callback (see example):
But this shortcut isn't working. Callback is never called on Command+Q.
The issue could be fixed in muda.rs file, line 405, if this line is deleted. I suggest this fix or is there another way to handle this issue?
Beta Was this translation helpful? Give feedback.
All reactions