Set a bg color to the mainwindow

Might improve sharpness of font rendering
@see https://github.com/electron/electron/blob/master/docs/faq.md#the-font-looks-blurry-what-is-this-and-what-can-i-do
pull/907/head
Audric Ackermann 5 years ago
parent adbc791dcb
commit ff45fb27f2
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -227,6 +227,7 @@ function createWindow() {
minWidth: MIN_WIDTH,
minHeight: MIN_HEIGHT,
autoHideMenuBar: false,
backgroundColor: '#fff',
webPreferences: {
nodeIntegration: false,
nodeIntegrationInWorker: false,

Loading…
Cancel
Save