diff --git a/public/electron.js b/public/electron.js index f17d8c1..95686f0 100644 --- a/public/electron.js +++ b/public/electron.js @@ -44,8 +44,8 @@ const UpgradeIPC = require('../src/renderer/ipc/UpgradeIPC'); const platform = os.platform(); const dimensions = { - height: platform === 'win32' ? 326 : platform === 'darwin' ? 322 : 400, - width: platform === 'win32' ? 468 : 628, + height: platform === "win32" || platform === "darwin" ? 420 : 400, + width: platform === "win32" ? 468 : 628 }; let isShutdown = false;