mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
show premium menu item for mac app store
This commit is contained in:
parent
92bfaa26a5
commit
7e01fcba2b
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user