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 9705ac4 + 650b9d6 commit 907db8eCopy full SHA for 907db8e
editor/filesystem_dock.cpp
@@ -979,6 +979,9 @@ void FileSystemDock::_update_file_list(bool p_keep_selection) {
979
}
980
981
} else {
982
+ if (!directory.begins_with("res://")) {
983
+ directory = "res://" + directory;
984
+ }
985
// Get infos on the directory + file.
986
if (directory.ends_with("/") && directory != "res://") {
987
directory = directory.substr(0, directory.length() - 1);
0 commit comments