mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +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
|
||||
args = append(args,
|
||||
[]string{
|
||||
"--enable-features=UseOzonePlatform",
|
||||
"--enable-features=UseOzonePlatform,WaylandWindowDecorations",
|
||||
"--ozone-platform=wayland",
|
||||
}...,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue