Add electron flags for other versions
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
2a76e34fd5
commit
5ad1f5866a
5 changed files with 12 additions and 0 deletions
2
system/.config/electron14-flags.conf
Normal file
2
system/.config/electron14-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
2
system/.config/electron15-flags.conf
Normal file
2
system/.config/electron15-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
2
system/.config/electron16-flags.conf
Normal file
2
system/.config/electron16-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
2
system/.config/electron17-flags.conf
Normal file
2
system/.config/electron17-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
Loading…
Add table
Add a link
Reference in a new issue