Merge pull request #77 from xTunio/main

Fix app verion in tray
This commit is contained in:
smartfridge 2022-02-18 22:57:12 +01:00 committed by GitHub
commit fcdb247601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@ app.whenReady().then(() => {
},
]);
tray.setToolTip('ArmCord ' + process.env.npm_package_version)
tray.setToolTip('ArmCord ' + app.getVersion())
tray.setContextMenu(contextMenu)
})
})