diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-02-17 22:37:38 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-02-17 22:42:23 +0100 |
commit | 236cec06330f321e92867b30abbd168d7ea0b3aa (patch) | |
tree | 3def1c9ecb0b7163e0e6123f61cd205653b5e336 /editor/editor_file_dialog.h | |
parent | 0c27edf3d971bd3accffbaee5c57da33d0549284 (diff) | |
download | redot-engine-236cec06330f321e92867b30abbd168d7ea0b3aa.tar.gz |
Add a custom icon for the `project.godot` file in the EditorFileDialog
Diffstat (limited to 'editor/editor_file_dialog.h')
-rw-r--r-- | editor/editor_file_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_file_dialog.h b/editor/editor_file_dialog.h index 021f2e6d4c..1944cacf70 100644 --- a/editor/editor_file_dialog.h +++ b/editor/editor_file_dialog.h @@ -68,7 +68,7 @@ public: typedef void (*RegisterFunc)(EditorFileDialog *); static GetIconFunc get_icon_func; - static GetIconFunc get_large_icon_func; + static GetIconFunc get_thumbnail_func; static RegisterFunc register_func; static RegisterFunc unregister_func; |