Skip to content

Commit

Permalink
fixes #74949
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatten committed Jun 6, 2019
1 parent 2ce8c8f commit 7af87ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/browser/parts/titlebar/menubarControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export class MenubarControl extends Disposable {

if (isMacintosh && this.isNative) {
this.menus['Preferences'] = this._register(this.menuService.createMenu(MenuId.MenubarPreferencesMenu, this.contextKeyService));
this.topLevelTitles['Preferences'] = nls.localize('mPreferences', "Preferences");
}

this.menuUpdater = this._register(new RunOnceScheduler(() => this.doUpdateMenubar(false), 200));
Expand Down

0 comments on commit 7af87ab

Please sign in to comment.