You've already forked joplin
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:
committed by
Laurent Cozic
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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user