From 252858743aa0e32974192428bdafc9935668fa9f Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 21 Apr 2024 22:34:05 +0700 Subject: [PATCH] fix: wrong condition for GPU acceleration (#2770) --- web/screens/Settings/Advanced/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/screens/Settings/Advanced/index.tsx b/web/screens/Settings/Advanced/index.tsx index 8cf6420cb..95476c409 100644 --- a/web/screens/Settings/Advanced/index.tsx +++ b/web/screens/Settings/Advanced/index.tsx @@ -195,7 +195,7 @@ const Advanced = () => { {/* CPU / GPU switching */} - {isMac && ( + {!isMac && (