Skip to content

Commit

Permalink
Merge pull request #900 from Spartan322/4.3-add/donation-button-back
Browse files Browse the repository at this point in the history
[4.3] Add donation button back
  • Loading branch information
Spartan322 authored Dec 21, 2024
2 parents a7f9332 + c2f92f4 commit 3e8a040
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 @@ -7357,10 +7357,7 @@ EditorNode::EditorNode() {
help_menu->add_icon_shortcut(theme->get_icon(SNAME("Godot"), EditorStringName(EditorIcons)), ED_SHORTCUT_AND_COMMAND("editor/about", TTR("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", TTR("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 3e8a040

Please sign in to comment.