Merge pull request #111969 from coppolaemilio/add-donate-button-on-project-manager
Add donate button to project manager
This commit is contained in:
@ -3542,7 +3542,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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user