mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Editor settings categories are now tidy and beautiful!
This commit is contained in:
parent
495d059a74
commit
99ceddd11e
47 changed files with 546 additions and 531 deletions
|
|
@ -46,7 +46,7 @@ void EditorDirDialog::_update_dir(TreeItem* p_item) {
|
|||
|
||||
List<String> dirs;
|
||||
bool ishidden;
|
||||
bool show_hidden = EditorSettings::get_singleton()->get("file_dialog/show_hidden_files");
|
||||
bool show_hidden = EditorSettings::get_singleton()->get("filesystem/file_dialog/show_hidden_files");
|
||||
|
||||
while(p!="") {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue