1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

fix sub pixel rendering for desktop (#1378)

This commit is contained in:
RaphaelKimmig
2019-03-31 19:25:13 +02:00
committed by Laurent Cozic
parent 729be8767c
commit ee1df1a396

View File

@@ -54,6 +54,7 @@ class ElectronAppWrapper {
y: windowState.y,
width: windowState.width,
height: windowState.height,
backgroundColor: '#fff', // required to enable sub pixel rendering, can't be in css
webPreferences: {
nodeIntegration: true,
},