This commit is contained in:
SteVen Batten 2019-06-06 11:33:44 -07:00
parent 2ce8c8f121
commit 7af87abd6f

View file

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