mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Made reload current project ask for confirmation with unsaved changes
This commit is contained in:
parent
cd2e7fbc57
commit
eb81ac8fc5
2 changed files with 42 additions and 16 deletions
|
|
@ -153,6 +153,7 @@ private:
|
|||
FILE_CLOSE_ALL,
|
||||
FILE_CLOSE_ALL_AND_QUIT,
|
||||
FILE_CLOSE_ALL_AND_RUN_PROJECT_MANAGER,
|
||||
FILE_CLOSE_ALL_AND_RELOAD_CURRENT_PROJECT,
|
||||
FILE_QUIT,
|
||||
FILE_EXTERNAL_OPEN_SCENE,
|
||||
EDIT_UNDO,
|
||||
|
|
@ -169,7 +170,7 @@ private:
|
|||
RUN_PLAY_CUSTOM_SCENE,
|
||||
RUN_SETTINGS,
|
||||
RUN_USER_DATA_FOLDER,
|
||||
RUN_RELOAD_CURRENT_PROJECT,
|
||||
RELOAD_CURRENT_PROJECT,
|
||||
RUN_PROJECT_MANAGER,
|
||||
RUN_VCS_METADATA,
|
||||
RUN_VCS_SETTINGS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue