diff --git a/src/main/index.js b/src/main/index.js index 2bc48625..1ff88842 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -304,7 +304,7 @@ function createWindow (useProxy = false, proxyUrl = '') { ipcMain.on('setBounds', (_e, data) => { const value = { - ...mainWindow.getBounds(), + ...mainWindow.getNormalBounds(), maximized: mainWindow.isMaximized() }