fix blurry fonts in electron

This commit is contained in:
Nicolas Constant 2018-08-07 00:19:53 -04:00
parent e466a6ad3a
commit cfb6539493
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const url = require('url')
function createWindow () {
// Create the browser window.
win = new BrowserWindow({ width: 395, height: 800, title: "Sengi"})
win = new BrowserWindow({ width: 395, height: 800, title: "Sengi", backgroundColor: '#FFF'})
win.setMenu(null);
// and load the index.html of the app.