From 7e01fcba2bbd0b719ac96e8b0edc86da93efc38e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 23 Sep 2019 20:33:17 -0400 Subject: [PATCH] show premium menu item for mac app store --- src/main/menu.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/menu.main.ts b/src/main/menu.main.ts index 9dc0509441..ca38f338b0 100644 --- a/src/main/menu.main.ts +++ b/src/main/menu.main.ts @@ -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'),