From e6853bd431e3a58a521a109a58bb413ee73fe7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 16 Sep 2024 17:09:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(electron):=20add=20electron-fl?= =?UTF-8?q?ags=20config=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/electron-flags.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/electron-flags.conf diff --git a/.config/electron-flags.conf b/.config/electron-flags.conf new file mode 100644 index 00000000..51bdd86f --- /dev/null +++ b/.config/electron-flags.conf @@ -0,0 +1,2 @@ +--enable-features=UseOzonePlatform +--ozone-platform=wayland