We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c770cad + 8059189 commit 72e05c9Copy full SHA for 72e05c9
lib/canvas-layer.js
@@ -12,7 +12,7 @@ export default class CanvasLayer {
12
*/
13
this.canvas = document.createElement("canvas")
14
15
- const desynchronized = process.platform !== "linux"
+ const desynchronized = false // TODO Electron 9 has color issues #786
16
17
/**
18
* The onscreen canvas context.
0 commit comments