Add favorites and recent directories to FileDialog

This commit is contained in:
kobewi
2025-04-23 00:11:36 +02:00
parent b89c47bb85
commit f75c564d58
7 changed files with 362 additions and 7 deletions

View File

@@ -240,6 +240,15 @@
<theme_item name="create_folder" data_type="icon" type="Texture2D">
Custom icon for the create folder button.
</theme_item>
<theme_item name="favorite" data_type="icon" type="Texture2D">
Custom icon for favorite folder button.
</theme_item>
<theme_item name="favorite_down" data_type="icon" type="Texture2D">
Custom icon for button to move down a favorite entry.
</theme_item>
<theme_item name="favorite_up" data_type="icon" type="Texture2D">
Custom icon for button to move up a favorite entry.
</theme_item>
<theme_item name="file" data_type="icon" type="Texture2D">
Custom icon for files.
</theme_item>