Merge pull request #65842 from bruvzg/remove_quit_tabs
[macOS] Remove tabs for "Quit" menu item.
This commit is contained in:
commit
9261d943ff
1 changed files with 1 additions and 1 deletions
|
@ -3537,7 +3537,7 @@ DisplayServerMacOS::DisplayServerMacOS(const String &p_rendering_driver, WindowM
|
|||
|
||||
[apple_menu addItem:[NSMenuItem separatorItem]];
|
||||
|
||||
title = [NSString stringWithFormat:NSLocalizedString(@"\t\tQuit %@", nil), nsappname];
|
||||
title = [NSString stringWithFormat:NSLocalizedString(@"Quit %@", nil), nsappname];
|
||||
[apple_menu addItemWithTitle:title action:@selector(terminate:) keyEquivalent:@"q"];
|
||||
|
||||
// Add items to the menu bar.
|
||||
|
|
Loading…
Reference in a new issue