Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Apr 15, 2022
1 parent 320d381 commit 8748229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/auto-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const update = () => {

}, FOUR_HOURS )

autoUpdater.checkForUpdates()
autoUpdater.checkForUpdatesAndNotify()

}

Expand Down
4 changes: 2 additions & 2 deletions src/main/error-handling.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const init = async () => {

// Report unhandled errors
await unhandled( {
showDialog: true, // default: only in production
showDialog: false, // default: only in production
logger: log.warn,
reportButton( error ) {

Expand All @@ -37,7 +37,7 @@ const init = async () => {
},
} )

// Log.catchErrors( {
// log.catchErrors( {
// showDialog: true,
// onError(error, versions, submitIssue) {
// openReportCrashDialog({error, versions, submitIssue})
Expand Down

0 comments on commit 8748229

Please sign in to comment.