You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use processed filter list for native dialogs.
This commit is contained in:
@@ -101,6 +101,7 @@ private:
|
||||
Button *show_filename_filter_button = nullptr;
|
||||
|
||||
Vector<String> filters;
|
||||
Vector<String> processed_filters;
|
||||
String file_name_filter;
|
||||
bool show_filename_filter = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user