fix: 🐛 In some cases, the light mode is abnormal

This commit is contained in:
viarotel 2024-05-26 22:14:17 +08:00
parent c70e6ca2fc
commit ea227e0792

View File

@ -89,7 +89,6 @@ function createWindow() {
sandbox: false,
spellcheck: false,
},
backgroundColor: nativeTheme.shouldUseDarkColors ? 'black' : 'white',
})
remote.enable(mainWindow.webContents)