mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +00:00
Enable WaylandWindowDecorations feature for electron run on wayland
This commit is contained in:
parent
47cb67e032
commit
75d8639aa5
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
}...,
|
}...,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue