1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

remove premium menu item on mac app store

This commit is contained in:
Kyle Spearrin 2020-07-24 10:00:00 -04:00
parent 97feed232a
commit be9a23a1f6

View File

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