mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
🐛 Update some tray stuff
This commit is contained in:
@@ -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")
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user