mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
remove premium menu item on mac app store
This commit is contained in:
@@ -168,7 +168,7 @@ export class MenuMain extends BaseMenu {
|
|||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (!isWindowsStore()) {
|
if (!isWindowsStore() && !isMacAppStore()) {
|
||||||
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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user