Enable WaylandWindowDecorations feature for electron run on wayland
This commit is contained in:
@@ -129,7 +129,7 @@ func getExecArgs(opts *Options, cmdArgs []string) []string {
|
|||||||
// required by Electron
|
// required by Electron
|
||||||
args = append(args,
|
args = append(args,
|
||||||
[]string{
|
[]string{
|
||||||
"--enable-features=UseOzonePlatform",
|
"--enable-features=UseOzonePlatform,WaylandWindowDecorations",
|
||||||
"--ozone-platform=wayland",
|
"--ozone-platform=wayland",
|
||||||
}...,
|
}...,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user