Merge pull request #115726 from bruvzg/apple_menu_name
[macOS] Set apple menu node name to non empty value.
This commit is contained in:
commit
f4f0679a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -8807,7 +8807,7 @@ EditorNode::EditorNode() {
|
|||
if (NativeMenu::get_singleton()->has_system_menu(NativeMenu::APPLICATION_MENU_ID)) {
|
||||
apple_menu = memnew(PopupMenu);
|
||||
apple_menu->set_system_menu(NativeMenu::APPLICATION_MENU_ID);
|
||||
_add_to_main_menu("", apple_menu);
|
||||
_add_to_main_menu("Apple", apple_menu);
|
||||
|
||||
apple_menu->add_shortcut(ED_GET_SHORTCUT("editor/editor_settings"), EDITOR_OPEN_SETTINGS);
|
||||
apple_menu->add_separator();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue