Enable WaylandWindowDecorations feature for electron run on wayland

This commit is contained in:
Daniel 2022-08-19 10:45:07 +02:00
parent 47cb67e032
commit 75d8639aa5

View file

@ -129,7 +129,7 @@ func getExecArgs(opts *Options, cmdArgs []string) []string {
// required by Electron
args = append(args,
[]string{
"--enable-features=UseOzonePlatform",
"--enable-features=UseOzonePlatform,WaylandWindowDecorations",
"--ozone-platform=wayland",
}...,
)