diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-09-24 23:06:21 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-01-06 19:43:08 +0100 |
commit | 682640083ef3857d5604b07de62ca812ee724584 (patch) | |
tree | ea4a983f6b11d865b28ba67190f7581a4d4be928 /editor/editor_settings.cpp | |
parent | a7baf013524ccd271bd123d8aef93a73b450a888 (diff) |
Remove the editor quit confirmation
The editor will still ask for confirmation if the user is working
on unsaved scenes.
Diffstat (limited to 'editor/editor_settings.cpp')
-rw-r--r-- | editor/editor_settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp index 9b9b6bf628..c12e4b971c 100644 --- a/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp @@ -357,7 +357,6 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) { hints["interface/editor/single_window_mode"] = PropertyInfo(Variant::BOOL, "interface/editor/single_window_mode", PROPERTY_HINT_NONE, "", PROPERTY_USAGE_DEFAULT | PROPERTY_USAGE_RESTART_IF_CHANGED); _initial_set("interface/editor/hide_console_window", false); _initial_set("interface/editor/save_each_scene_on_quit", true); // Regression - _initial_set("interface/editor/quit_confirmation", true); // Theme _initial_set("interface/theme/preset", "Default"); |