summaryrefslogtreecommitdiff
path: root/editor/icons/editor_icons_builders.py
diff options
context:
space:
mode:
Diffstat (limited to 'editor/icons/editor_icons_builders.py')
-rw-r--r--editor/icons/editor_icons_builders.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/icons/editor_icons_builders.py b/editor/icons/editor_icons_builders.py
index fb9a57c429..2b621071ce 100644
--- a/editor/icons/editor_icons_builders.py
+++ b/editor/icons/editor_icons_builders.py
@@ -58,6 +58,8 @@ def make_editor_icons_action(target, source, env):
thumb_medium_indices.append(str(index))
if icon_name.endswith("BigThumb"): # don't know a better way to handle this
thumb_big_indices.append(str(index))
+ if icon_name.endswith("GodotFile"): # don't know a better way to handle this
+ thumb_big_indices.append(str(index))
s.write('\t"{0}"'.format(icon_name))