1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

[macOS] Handle bundles as files in the embedded file dialogs.

This commit is contained in:
bruvzg
2024-11-04 11:50:42 +02:00
committed by Pāvels Nadtočajevs
parent 0f20e67d8d
commit d5e599f77e
9 changed files with 213 additions and 47 deletions

View File

@@ -50,6 +50,8 @@ protected:
virtual bool is_hidden(const String &p_name) override;
virtual bool is_case_sensitive(const String &p_path) const override;
virtual bool is_bundle(const String &p_file) const override;
};
#endif // UNIX ENABLED