Skip to content

Commit 6b505cc

Browse files
authored
Merge pull request #901 from Spartan322/add/donation-button-back
Add donation button back
2 parents 2326599 + 7b0b8e1 commit 6b505cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

editor/editor_node.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7467,10 +7467,7 @@ EditorNode::EditorNode() {
74677467
help_menu->add_icon_shortcut(theme->get_icon(SNAME("Godot"), EditorStringName(EditorIcons)), ED_SHORTCUT_AND_COMMAND("editor/about", TTRC("About Engine...")), HELP_ABOUT);
74687468
}
74697469

7470-
/*
7471-
TODO: Change to be NOT DONATION focused. Removing for now.
74727470
help_menu->add_icon_shortcut(theme->get_icon(SNAME("Heart"), EditorStringName(EditorIcons)), ED_SHORTCUT_AND_COMMAND("editor/support_development", TTRC("Support Engine Development")), HELP_SUPPORT_GODOT_DEVELOPMENT);
7473-
*/
74747471

74757472
// Spacer to center 2D / 3D / Script buttons.
74767473
Control *right_spacer = memnew(Control);

0 commit comments

Comments
 (0)