Merge branch 'innolab' into develop

This commit is contained in:
Maikiwi 2022-02-18 14:02:42 -08:00 committed by GitHub
commit 873d234999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 266 additions and 81 deletions

View file

@ -3689,9 +3689,6 @@ const app = new Vue({
closeWindow() {
ipcRenderer.send('close');
},
checkForUpdate() {
ipcRenderer.send('check-for-update')
},
darwinShare(url) {
ipcRenderer.send('share-menu', url)
},