You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferred
Increases settings apply speed and added deferred color setting to ColorPicker
This commit is contained in:
@@ -1985,7 +1985,7 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
|
||||
tab_container->add_child(plugin_settings);
|
||||
|
||||
timer = memnew(Timer);
|
||||
timer->set_wait_time(1.5);
|
||||
timer->set_wait_time(0.1);
|
||||
timer->connect("timeout", ProjectSettings::get_singleton(), "save");
|
||||
timer->set_one_shot(true);
|
||||
add_child(timer);
|
||||
|
||||
Reference in New Issue
Block a user