diff --git a/src/browser/components/UpdaterPage.jsx b/src/browser/components/UpdaterPage.jsx index 44d3a231..05d7c4df 100644 --- a/src/browser/components/UpdaterPage.jsx +++ b/src/browser/components/UpdaterPage.jsx @@ -31,7 +31,7 @@ InstallButton.propTypes = { function UpdaterPage(props) { return (
- +

{'New update is available'}

diff --git a/src/main/autoUpdater.js b/src/main/autoUpdater.js index f24f8c0e..def93f25 100644 --- a/src/main/autoUpdater.js +++ b/src/main/autoUpdater.js @@ -28,7 +28,7 @@ function createEventListener(win, eventName) { function createUpdaterModal(parentWindow, options) { const windowWidth = 480; - const windowHeight = 240; + const windowHeight = 280; const windowOptions = { title: `${app.getName()} Updater`, parent: parentWindow,