From cfb6539493bb9cbee7d63ec534debc9f70e71be9 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Tue, 7 Aug 2018 00:19:53 -0400 Subject: [PATCH] fix blurry fonts in electron --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 6d431450..c3797209 100644 --- a/main.js +++ b/main.js @@ -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.