We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655c8ea commit 718e8edCopy full SHA for 718e8ed
app/main.js
@@ -35,14 +35,6 @@ app.commandLine.appendSwitch('enable-smooth-scrolling')
35
app.commandLine.appendSwitch('enable-accelerated-video-decode')
36
app.commandLine.appendSwitch('ignore-gpu-blacklist')
37
38
-// Enable flags for using Wayland rendering
39
-// Based on this: https://blogs.igalia.com/adunaev/2020/11/13/hidpi-support-in-chromium-for-wayland/
40
-// TODO: Should we do something similar for x11?
41
-if (process.env.XDG_SESSION_TYPE === 'wayland') {
42
- app.commandLine.appendSwitch('enable-features', 'UseOzonePlatform')
43
- app.commandLine.appendSwitch('ozone-platform', 'wayland')
44
-}
45
-
46
const extensions = createExtensions({ partition: WEB_PARTITION, createWindow })
47
48
const windowManager = new WindowManager({
0 commit comments