From 9250096118eb23df9410cf223888fb31803ab3c8 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 6 Nov 2024 10:48:15 -0500 Subject: [PATCH] fix: change default front end from WebGpu to OpenGL --- config/platform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/platform.lua b/config/platform.lua index 22cdbe9..d588502 100644 --- a/config/platform.lua +++ b/config/platform.lua @@ -27,7 +27,7 @@ end if myos == "win" then opts.default_prog = { "pwsh.exe" } opts.term = "xterm-256color" - opts.front_end = "WebGpu" + opts.front_end = "OpenGL" opts.prefer_egl = true opts.window_background_opacity = 0 opts.win32_system_backdrop = "Mica"