mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
remove premium menu item on mac app store
This commit is contained in:
parent
97feed232a
commit
be9a23a1f6
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user