mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add MIME argument to the FileDialog.add_filter.
This commit is contained in:
parent
9a5d6d1049
commit
e4988b4bf3
6 changed files with 69 additions and 10 deletions
|
|
@ -54,3 +54,10 @@ Validate extension JSON: Error: Field 'classes/AnimationPlayer/methods/set_curre
|
|||
Validate extension JSON: Error: Field 'classes/AnimationPlayer/signals/current_animation_changed/arguments/0': type changed value in new API, from "String" to "StringName".
|
||||
|
||||
Return types and parameters changed to StringName to improve performance. Compatibility methods registered; No compatibility system for signal arguments.
|
||||
|
||||
|
||||
GH-111439
|
||||
---------
|
||||
Validate extension JSON: Error: Field 'classes/FileDialog/methods/add_filter/arguments': size changed value in new API, from 2 to 3.
|
||||
|
||||
Optional argument added. Compatibility method registered.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue