Merge pull request #111969 from coppolaemilio/add-donate-button-on-project-manager

Add donate button to project manager
This commit is contained in:
Thaddeus Crews
2025-10-24 11:23:00 -05:00
3 changed files with 17 additions and 5 deletions

View File

@ -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;
}
}