mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
set initial flag 'show_hidden_files' for file dialogs in project manager initialization
This commit is contained in:
@@ -819,6 +819,7 @@ ProjectManager::ProjectManager() {
|
||||
if (!EditorSettings::get_singleton())
|
||||
EditorSettings::create();
|
||||
|
||||
FileDialog::set_default_show_hidden_files(EditorSettings::get_singleton()->get("file_dialog/show_hidden_files"));
|
||||
|
||||
set_area_as_parent_rect();
|
||||
Panel *panel = memnew( Panel );
|
||||
|
||||
Reference in New Issue
Block a user