You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Hides special folders in FileDialog for macOS
This commit is contained in:
@@ -51,6 +51,7 @@ class DirAccessUnix : public DirAccess {
|
||||
|
||||
protected:
|
||||
virtual String fix_unicode_name(const char *p_name) const { return String::utf8(p_name); }
|
||||
virtual bool is_hidden(const String &p_name);
|
||||
|
||||
public:
|
||||
virtual Error list_dir_begin(); ///< This starts dir listing
|
||||
|
||||
Reference in New Issue
Block a user