mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-07 07:41:50 -05:00
Fix grid view button icon not showing on filesystem dock.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user