mirror of
https://github.com/heyman/heynote.git
synced 2025-08-19 02:46:24 +02:00
Add version number to settings dialog.
For the web app we also display the git hash.
This commit is contained in:
@@ -148,6 +148,10 @@ const Heynote = {
|
||||
currencyData = JSON.parse(await response.text())
|
||||
return currencyData
|
||||
},
|
||||
|
||||
async getVersion() {
|
||||
return __APP_VERSION__ + " (" + __GIT_HASH__ + ")"
|
||||
},
|
||||
}
|
||||
|
||||
export { Heynote, ipcRenderer}
|
||||
|
Reference in New Issue
Block a user