Merge branch 'main' into develop

This commit is contained in:
Core 2022-01-31 23:17:58 +00:00
commit 2beacde7c1
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
23 changed files with 985 additions and 171 deletions

View file

@ -3534,9 +3534,11 @@ const app = new Vue({
},
closeWindow(){
ipcRenderer.send('close');
},
checkForUpdate(){
ipcRenderer.send('check-for-update')
}
}
}
})
Vue.component('animated-number', {