mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix grid view button icon not showing on filesystem dock.
This commit is contained in:
parent
9db96d9f81
commit
ed7534a6aa
2 changed files with 2 additions and 1 deletions
|
@ -302,6 +302,8 @@ void FileSystemDock::_notification(int p_what) {
|
|||
|
||||
always_show_folders = bool(EditorSettings::get_singleton()->get("docks/filesystem/always_show_folders"));
|
||||
|
||||
set_file_list_display_mode(FileSystemDock::FILE_LIST_DISPLAY_LIST);
|
||||
|
||||
_update_display_mode();
|
||||
|
||||
if (EditorFileSystem::get_singleton()->is_scanning()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue