mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Support MIME types in file dialog filters on macOS and Linux.
This commit is contained in:
parent
bdf625bd54
commit
e1f129cb52
19 changed files with 242 additions and 58 deletions
|
@ -74,6 +74,7 @@ bool DisplayServerAndroid::has_feature(Feature p_feature) const {
|
|||
case FEATURE_NATIVE_DIALOG_INPUT:
|
||||
case FEATURE_NATIVE_DIALOG_FILE:
|
||||
//case FEATURE_NATIVE_DIALOG_FILE_EXTRA:
|
||||
case FEATURE_NATIVE_DIALOG_FILE_MIME:
|
||||
//case FEATURE_NATIVE_ICON:
|
||||
//case FEATURE_WINDOW_TRANSPARENCY:
|
||||
case FEATURE_CLIPBOARD:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue