auto-update Implemented. win only for now
This commit is contained in:
parent
70f6288546
commit
b9d638ee67
4 changed files with 26 additions and 3 deletions
|
@ -3535,9 +3535,11 @@ const app = new Vue({
|
|||
closeWindow(){
|
||||
// window.close doesnt call the win "close" event for some reason
|
||||
ipcRenderer.send('win-close');
|
||||
},
|
||||
checkForUpdate(){
|
||||
ipcRenderer.send('check-for-update')
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
Vue.component('animated-number', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue