Another debug log

This commit is contained in:
GamingLiamStudios 2022-02-07 22:23:38 +11:00
parent dc9e4f0fe0
commit 572b3c927a
No known key found for this signature in database
GPG key ID: 3650DE4EAFF62ADD

View file

@ -3673,6 +3673,7 @@ const app = new Vue({
ipcRenderer.send('close');
},
checkForUpdate() {
console.log('Checking for updates...');
ipcRenderer.send('check-for-update')
},
darwinShare(url) {