mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add donate button to project manager
- Move the `Remove Missing` button with the rest of the actions available. - Add `ref` to existing donate link in the Help menu
This commit is contained in:
parent
a4607f4522
commit
1b8b46f59a
3 changed files with 17 additions and 5 deletions
|
|
@ -3536,7 +3536,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
|
|||
about->popup_centered(Size2(780, 500) * EDSCALE);
|
||||
} break;
|
||||
case HELP_SUPPORT_GODOT_DEVELOPMENT: {
|
||||
OS::get_singleton()->shell_open("https://fund.godotengine.org");
|
||||
OS::get_singleton()->shell_open("https://fund.godotengine.org/?ref=help_menu");
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue