1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: in-app last release changelog

This commit is contained in:
2021-04-11 12:35:16 +02:00
parent 8735a0c5f9
commit 1e938adc5d
6 changed files with 155 additions and 40 deletions

View File

@ -58,6 +58,7 @@ export default {
},
mounted () {
ipcRenderer.send('check-for-updates');
this.checkVersionUpdate();
const Menu = remote.Menu;
@ -100,7 +101,8 @@ export default {
},
methods: {
...mapActions({
showNewConnModal: 'application/showNewConnModal'
showNewConnModal: 'application/showNewConnModal',
checkVersionUpdate: 'application/checkVersionUpdate'
})
}
};