mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
commit
fcdb247601
1 changed files with 2 additions and 2 deletions
|
@ -26,6 +26,6 @@ app.whenReady().then(() => {
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
tray.setToolTip('ArmCord ' + process.env.npm_package_version)
|
tray.setToolTip('ArmCord ' + app.getVersion())
|
||||||
tray.setContextMenu(contextMenu)
|
tray.setContextMenu(contextMenu)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue