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": {