You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Save editor settings when modified from code
This commit is contained in:
@@ -62,9 +62,7 @@ void EditorSettingsDialog::ok_pressed() {
|
||||
}
|
||||
|
||||
void EditorSettingsDialog::_settings_changed() {
|
||||
if (is_visible()) {
|
||||
timer->start();
|
||||
}
|
||||
timer->start();
|
||||
}
|
||||
|
||||
void EditorSettingsDialog::_settings_property_edited(const String &p_name) {
|
||||
|
||||
Reference in New Issue
Block a user