From 552582fb7f9a333bf5132b0dd807928a02314f94 Mon Sep 17 00:00:00 2001 From: TheElo Date: Tue, 14 Apr 2026 08:34:00 +0200 Subject: [PATCH] Disable hardware acceleration for WebView2 web UI --- CustomHeadsetGUI/src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CustomHeadsetGUI/src-tauri/tauri.conf.json b/CustomHeadsetGUI/src-tauri/tauri.conf.json index 390271e..4fd6172 100644 --- a/CustomHeadsetGUI/src-tauri/tauri.conf.json +++ b/CustomHeadsetGUI/src-tauri/tauri.conf.json @@ -21,7 +21,8 @@ "resizable": true, "fullscreen": false, "maximizable": true, - "url": "en-US/index.html" + "url": "en-US/index.html", + "additionalBrowserArgs": "--disable-gpu" } ], "security": {