You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Use check_changed_settings_in_group() everywhere
This commit is contained in:
@@ -135,6 +135,9 @@ void EditorFileDialog::_notification(int p_what) {
|
||||
} break;
|
||||
|
||||
case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
|
||||
if (!EditorSettings::get_singleton()->check_changed_settings_in_group("filesystem/file_dialog")) {
|
||||
break;
|
||||
}
|
||||
bool is_showing_hidden = EDITOR_GET("filesystem/file_dialog/show_hidden_files");
|
||||
if (show_hidden_files != is_showing_hidden) {
|
||||
set_show_hidden_files(is_showing_hidden);
|
||||
|
||||
Reference in New Issue
Block a user