fix blurry fonts in electron
This commit is contained in:
parent
e466a6ad3a
commit
cfb6539493
2
main.js
2
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.
|
||||
|
|
Loading…
Reference in New Issue