You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
New option to show/hide hidden files
This commit is contained in:
@@ -362,6 +362,10 @@ bool DirAccessPack::current_is_dir() const{
|
||||
|
||||
return cdir;
|
||||
}
|
||||
bool DirAccessPack::current_is_hidden() const{
|
||||
|
||||
return false;
|
||||
}
|
||||
void DirAccessPack::list_dir_end() {
|
||||
|
||||
list_dirs.clear();
|
||||
|
||||
Reference in New Issue
Block a user