🐛 Update some tray stuff

This commit is contained in:
Timeraa
2021-02-21 00:51:05 +01:00
parent 16010543f5
commit 07acf57e0d

View File

@@ -57,17 +57,17 @@ export class TrayManager {
type: "separator"
},
{
label: `Update ${app.name}`,
label: `Update ${app.name}!`,
visible: updateAvailable,
click: () => update()
},
{
label: "Check for Updates...",
label: "Check for Updates",
click: () => checkForUpdate(false, true),
visible: !updateAvailable
},
{
label: "Acknowledgments",
label: "Contributors",
click: () => shell.openExternal("https://premid.app/contributors")
},
{