You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Save ProjectSettings on editor restart
This commit is contained in:
@@ -258,6 +258,7 @@ void ProjectSettingsEditor::_add_feature_overrides() {
|
||||
}
|
||||
|
||||
void ProjectSettingsEditor::_editor_restart() {
|
||||
ProjectSettings::get_singleton()->save();
|
||||
EditorNode::get_singleton()->save_all_scenes();
|
||||
EditorNode::get_singleton()->restart_editor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user