mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
hide premium menu on windows store
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: bea9e06506...167558168c
@@ -229,7 +229,7 @@ export class MenuMain {
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
if (!isMacAppStore()) {
|
if (!isMacAppStore() && !isWindowsStore()) {
|
||||||
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