1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

show premium menu item for mac app store

This commit is contained in:
Kyle Spearrin
2019-09-23 20:33:17 -04:00
parent 92bfaa26a5
commit 7e01fcba2b

View File

@@ -148,7 +148,7 @@ export class MenuMain extends BaseMenu {
}, },
]; ];
if (!isMacAppStore() && !isWindowsStore()) { if (!isWindowsStore()) {
accountSubmenu.unshift({ accountSubmenu.unshift({
label: this.main.i18nService.t('premiumMembership'), label: this.main.i18nService.t('premiumMembership'),
click: () => this.main.messagingService.send('openPremium'), click: () => this.main.messagingService.send('openPremium'),