Add setting to disable Save Needed dialog box#1103
Add setting to disable Save Needed dialog box#1103klayoutmatthias merged 2 commits intoKLayout:masterfrom
Conversation
|
Thanks for the patch, but this will not work. You're not checking against the value of the option, but against the string containing the configuration option name in The correct way is to introduce a boolean member in Matthias |
Hello Matthias. Thanks for the feedback. I updated the code, is it now correct? I'm having problems with the compiler so it's a bit hard to test 😅 |
|
Yes, that's fine now! :) |
* Add setting to disable Save Needed dialog box * Add `m_always_exit_without_saving` to `MainWindow`
This PR adds a setting to disable the Save Needed dialog box.
Additionally
Closes #1102