You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
[macOS] Fix "New Window" opening copy of current project instead of Project Manager.
This commit is contained in:
@@ -5335,7 +5335,7 @@ void EditorNode::_global_menu_action(const Variant &p_id, const Variant &p_meta)
|
||||
if (id == GLOBAL_NEW_WINDOW) {
|
||||
if (OS::get_singleton()->get_main_loop()) {
|
||||
List<String> args;
|
||||
args.push_back("-e");
|
||||
args.push_back("-p");
|
||||
String exec = OS::get_singleton()->get_executable_path();
|
||||
|
||||
OS::ProcessID pid = 0;
|
||||
|
||||
Reference in New Issue
Block a user