Skip to content

Commit

Permalink
fix: 🐛 In some cases, the light mode is abnormal
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed May 26, 2024
1 parent c70e6ca commit ea227e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ function createWindow() {
sandbox: false,
spellcheck: false,
},
backgroundColor: nativeTheme.shouldUseDarkColors ? 'black' : 'white',
})

remote.enable(mainWindow.webContents)
Expand Down

0 comments on commit ea227e0

Please sign in to comment.