Browse Source

Now in Logs

pull/1/head
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
d3d65259c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      electron.js

2
electron.js

@ -134,7 +134,7 @@ if (!isLock) {
title: 'Error while Updating...',
body: err
})
n.show();
// n.show();
})
autoUpdater.on('update-downloaded', () => {
const n = new Notification({

Loading…
Cancel
Save