Skip to content

Commit b95b442

Browse files
committed
1 parent 5139d03 commit b95b442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ export const createWindow = async (initData: InitData) => {
5858
icon: getAssetPath('icon.png'),
5959
webPreferences: {
6060
preload: path.join(__dirname, 'preload.js')
61-
}
61+
},
62+
backgroundColor: '#fff'
6263
})
6364

6465
void mainWindow.loadURL(

0 commit comments

Comments
 (0)