We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1025d6f + ac5aa66 commit 9b36dfeCopy full SHA for 9b36dfe
editor/docks/filesystem_dock.cpp
@@ -494,6 +494,7 @@ void FileSystemDock::_update_display_mode(bool p_force) {
494
} else {
495
toolbar2_hbc->show();
496
}
497
+ button_file_list_display_mode->hide();
498
499
_update_tree(get_uncollapsed_paths());
500
file_list_vb->hide();
@@ -513,6 +514,7 @@ void FileSystemDock::_update_display_mode(bool p_force) {
513
514
tree->set_v_size_flags(SIZE_EXPAND_FILL);
515
tree->ensure_cursor_is_visible();
516
toolbar2_hbc->hide();
517
+ button_file_list_display_mode->show();
518
519
520
file_list_vb->show();
0 commit comments