1
0
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:
Pāvels Nadtočajevs
2024-11-15 08:43:07 +02:00
parent 673f396677
commit f5fad7592f
7 changed files with 55 additions and 19 deletions

View File

@@ -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;