From c7271f14fb6eaca08fa7570644856fb7de1ac194 Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:15:48 -0400 Subject: fix: surface Lossless Scaling branch requirement --- src/hooks/useLsfgHooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useLsfgHooks.ts b/src/hooks/useLsfgHooks.ts index d9bbe3e..b4ae7d0 100644 --- a/src/hooks/useLsfgHooks.ts +++ b/src/hooks/useLsfgHooks.ts @@ -53,7 +53,7 @@ export function useDllDetection() { if (result.detected) { setDllDetectionStatus("Lossless Scaling Installed"); } else { - setDllDetectionStatus("Lossless Scaling Not Installed"); + setDllDetectionStatus(result.message || "Lossless Scaling Not Installed"); } } catch (error) { setDllDetectionStatus("Lossless Scaling Not Installed"); -- cgit v1.2.3