-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Remove y/n prompts for save quitting and quitting from the main menu #78379
Remove y/n prompts for save quitting and quitting from the main menu #78379
Conversation
Unfortunately doesn't fix my issue:
|
This isn't exactly an annoying feature unless you're a contributor imo which is why I've stuck it in debug options, it does kind of fit with those other "Query on" ones tho so ig I will
I mean I weren't aiming to fix any imgui window nonsense |
b5705df
to
4abbace
Compare
Ye idk I think that's probably a string_editor_window but idk why it would delay the prompt until after you close the entire crafting GUI, pretty weird, either way it has nothing to do with this PR though so I suggest you open an issue |
Instead of an option can you do "really quit? Yes/No/Stop Asking" |
If this makes it not revertable in options, I disagree. |
Why? Then I have to give it it's own save load handling to store it somewhere even if you're Alt-F4ing (also ye you'd have to config edit to revert it which seems dumb) |
On Discord I was recommended SuperF4 (for Windows). Works amazing! Just press ctrl+alt+F4 to SIGKILL (I presume). |
Because were carrying around too many options in the options menu. |
I think it is nice to have a section of options dedicated to "Query on". If the issue is it is not manageable, make it a separate section. Would that make it manageable? |
Every new configuration option we add makes the maintenance and testing burden higher. In principle it doubles it, because you have to test everything with the option turned on and again with it off, though in practice it’s not quite that bad. I would recommend against adding this option at all; either prompt or don’t prompt. Don’t make it configurable. |
4abbace
to
36eea17
Compare
36eea17
to
f464be9
Compare
Summary
None
Purpose of change
These prompts don't achieve anything
Describe the solution
Just removes them, leaves the quit without saving (eg on Alt-F4) warning bc losing progress unintentionally as a player would suck
Describe alternatives you've considered
Was originally adding a debug option so contributors could turn all three prompts off
Testing
Additional context