mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
show premium menu item for mac app store
This commit is contained in:
@@ -148,7 +148,7 @@ export class MenuMain extends BaseMenu {
|
||||
},
|
||||
];
|
||||
|
||||
if (!isMacAppStore() && !isWindowsStore()) {
|
||||
if (!isWindowsStore()) {
|
||||
accountSubmenu.unshift({
|
||||
label: this.main.i18nService.t('premiumMembership'),
|
||||
click: () => this.main.messagingService.send('openPremium'),
|
||||
|
||||
Reference in New Issue
Block a user