CUSTOMIZATION_HIDDEN_FILES:null = 0
Toggles visibility of the favorite button, and the favorite list on the left side of the dialog.
Equivalent to
hidden_files_toggle_enabled.
CUSTOMIZATION_CREATE_FOLDER:null = 1
If enabled, shows the button for creating new directories (when using
FILE_MODE_OPEN_DIR,
FILE_MODE_OPEN_ANY, or
FILE_MODE_SAVE_FILE).
Equivalent to
folder_creation_enabled.
CUSTOMIZATION_FILE_FILTER:null = 2
If enabled, shows the toggle file filter button.
Equivalent to
file_filter_toggle_enabled.
CUSTOMIZATION_FILE_SORT:null = 3
If enabled, shows the file sorting options button.
Equivalent to
file_sort_options_enabled.
CUSTOMIZATION_FAVORITES:null = 4
If enabled, shows the toggle favorite button and favorite list on the left side of the dialog.
Equivalent to
favorites_enabled.
CUSTOMIZATION_RECENT:null = 5
If enabled, shows the recent directories list on the left side of the dialog.
Equivalent to
recent_list_enabled.
CUSTOMIZATION_LAYOUT:null = 6
If enabled, shows the layout switch buttons (list/thumbnails).
Equivalent to
layout_toggle_enabled.
CUSTOMIZATION_OVERWRITE_WARNING:null = 7
If enabled, the
FileDialog will warn the user before overwriting files in save mode.
Equivalent to
overwrite_warning_enabled.
CUSTOMIZATION_DELETE:null = 8
If enabled, the context menu will show the "Delete" option, which allows moving files and folders to trash.
Equivalent to
deleting_enabled.