diff --git a/src/main/index.ts b/src/main/index.ts index e872f7a4..a0f4db12 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -273,6 +273,7 @@ async function createWindow() { y: mainWindowState.y, width: mainWindowState.width, height: mainWindowState.height, + backgroundColor: '#fff', useContentSize: true, icon: path.resolve(__dirname, '../../build/icons/256x256.png'), autoHideMenuBar: autoHideMenuBar,