Add file sort to FileDialog

This commit is contained in:
kobewi
2025-04-24 19:58:17 +02:00
parent 428a762e98
commit 33dcd7a6d9
5 changed files with 205 additions and 47 deletions

View File

@@ -256,6 +256,9 @@
<theme_item name="reload" data_type="icon" type="Texture2D">
Custom icon for the reload button.
</theme_item>
<theme_item name="sort" data_type="icon" type="Texture2D">
Custom icon for the sorting options menu.
</theme_item>
<theme_item name="toggle_filename_filter" data_type="icon" type="Texture2D">
Custom icon for the toggle button for the filter for file names.
</theme_item>