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

Restore quit confirmation in Godot 4 #8616

Closed
elvisish opened this issue Dec 8, 2023 · 2 comments
Closed

Restore quit confirmation in Godot 4 #8616

elvisish opened this issue Dec 8, 2023 · 2 comments
Labels

Comments

@elvisish
Copy link

elvisish commented Dec 8, 2023

Describe the project you are working on

FPS.

Describe the problem or limitation you are having in your project

When debugging, I instinctively press alt+f4 to close the game window (rather than writing a custom quit using Escape key for instance) and sometimes I accidently press it twice which closes the editor and loses all of my undo/redo history (which I'm using to test things out).

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Restore the confirmation quit dialog, which was removed here: godotengine/godot#32321

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Put it back as a toggleable option so it displays whether there are files that need saving or not (as closing the editor loses all undo/redo history).

If this enhancement will not be used often, can it be worked around with a few lines of script?

All the needs restoring is the removed dialog from this change: godotengine/godot#32321

Is there a reason why this should be core and not an add-on in the asset library?

All the needs restoring is the removed dialog from this change: godotengine/godot#32321

@AThousandShips
Copy link
Member

Sounds like a duplicate of:

@AThousandShips
Copy link
Member

AThousandShips commented Dec 8, 2023

Closing as a duplicate of:

Since the proposal form wasn't even properly filled in, please make an effort to actually fill in the form instead of copying the same text three times

@AThousandShips AThousandShips marked this as a duplicate of #6915 Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants