remove premium menu item on mac app store

This commit is contained in:
Kyle Spearrin 2020-07-24 10:00:00 -04:00
parent 97feed232a
commit be9a23a1f6
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ export class MenuMain extends BaseMenu {
},
]);
if (!isWindowsStore()) {
if (!isWindowsStore() && !isMacAppStore()) {
accountSubmenu.unshift({
label: this.main.i18nService.t('premiumMembership'),
click: () => this.main.messagingService.send('openPremium'),