mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
fix sub pixel rendering for desktop (#1378)
This commit is contained in:
parent
729be8767c
commit
ee1df1a396
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user