Skip to content

Commit

Permalink
Merge pull request #901 from Spartan322/add/donation-button-back
Browse files Browse the repository at this point in the history
Add donation button back
  • Loading branch information
Spartan322 authored Dec 21, 2024
2 parents 2326599 + 7b0b8e1 commit 6b505cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions editor/editor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7467,10 +7467,7 @@ EditorNode::EditorNode() {
help_menu->add_icon_shortcut(theme->get_icon(SNAME("Godot"), EditorStringName(EditorIcons)), ED_SHORTCUT_AND_COMMAND("editor/about", TTRC("About Engine...")), HELP_ABOUT);
}

/*
TODO: Change to be NOT DONATION focused. Removing for now.
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);
*/

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

0 comments on commit 6b505cc

Please sign in to comment.