diff --git a/src/background/autoUpdate.js b/src/background/autoUpdate.js index 3d7dcda683..39577f888d 100644 --- a/src/background/autoUpdate.js +++ b/src/background/autoUpdate.js @@ -121,7 +121,7 @@ function checkForUpdates () { updateFile.autoUpdate = autoUpdate; userDataDir.write(updateStoreFile, updateFile, { atomic: true }); } else if (autoUpdate === 'auto') { - e.returnValue = updateFile.autoUpdate; + e.returnValue = !!updateFile.autoUpdate; } else { checkForUpdatesEvent = e; autoUpdater.checkForUpdates();