diff options
| author | Franklin Sobrinho | 2015-12-06 19:35:31 -0300 |
|---|---|---|
| committer | Franklin Sobrinho | 2015-12-06 19:35:31 -0300 |
| commit | 42eef3cdc65165af852dc256cabf2cadb2caf79e (patch) | |
| tree | 180a6457855ca516568e70952b0328a5fd8b9eb1 /scene/gui/file_dialog.cpp | |
| parent | b3ce127e313e4fb8a481aedd3fb27e67c189ec2a (diff) | |
| download | godot-42eef3cdc65165af852dc256cabf2cadb2caf79e.tar.gz godot-42eef3cdc65165af852dc256cabf2cadb2caf79e.tar.zst godot-42eef3cdc65165af852dc256cabf2cadb2caf79e.zip | |
Diffstat (limited to 'scene/gui/file_dialog.cpp')
| -rw-r--r-- | scene/gui/file_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/file_dialog.cpp b/scene/gui/file_dialog.cpp index 75a1cb92e..22e3a81e5 100644 --- a/scene/gui/file_dialog.cpp +++ b/scene/gui/file_dialog.cpp @@ -623,7 +623,7 @@ void FileDialog::_update_drives() { } } -bool FileDialog::default_show_hidden_files=true; +bool FileDialog::default_show_hidden_files=false; void FileDialog::_bind_methods() { |
