Ensure that 'Join the Beta' menu item shows in production
This commit is contained in:
parent
5119193093
commit
2529c7f9e3
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ exports.createTemplate = (options, messages) => {
|
|||
label: messages.goToGithub.message,
|
||||
click: openGithub,
|
||||
},
|
||||
...(isBeta
|
||||
...(!isBeta
|
||||
? [
|
||||
{
|
||||
label: messages.joinTheBeta.message,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue