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.
1 parent 6fea273 commit 650b9d6Copy full SHA for 650b9d6
editor/filesystem_dock.cpp
@@ -1004,6 +1004,9 @@ void FileSystemDock::_update_file_list(bool p_keep_selection) {
1004
}
1005
1006
} else {
1007
+ if (!directory.begins_with("res://")) {
1008
+ directory = "res://" + directory;
1009
+ }
1010
// Get infos on the directory + file.
1011
if (directory.ends_with("/") && directory != "res://") {
1012
directory = directory.substr(0, directory.length() - 1);
0 commit comments