mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05: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