mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
hide premium menu on windows store
This commit is contained in:
parent
c89b01c461
commit
3af510b154
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit bea9e06506424ba07764f68eaaaa9161a12da767
|
||||
Subproject commit 167558168c4ddff8eff67d7f12dfac47d5d25866
|
@ -229,7 +229,7 @@ export class MenuMain {
|
||||
},
|
||||
];
|
||||
|
||||
if (!isMacAppStore()) {
|
||||
if (!isMacAppStore() && !isWindowsStore()) {
|
||||
accountSubmenu.unshift({
|
||||
label: this.main.i18nService.t('premiumMembership'),
|
||||
click: () => this.main.messagingService.send('openPremium'),
|
||||
|
Loading…
Reference in New Issue
Block a user