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

Update system

This commit is contained in:
2020-06-19 18:03:52 +02:00
parent 0d10a93bf8
commit 42e0353393
15 changed files with 197 additions and 31 deletions

View File

@ -24,6 +24,7 @@
<script>
import { mapActions, mapGetters } from 'vuex';
import { ipcRenderer } from 'electron';
export default {
name: 'App',
@ -51,6 +52,9 @@ export default {
connections: 'connections/getConnections'
})
},
mounted () {
ipcRenderer.send('checkForUpdates');
},
methods: {
...mapActions({
showNewConnModal: 'application/showNewConnModal'