summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hooks/useLsfgHooks.ts2
1 files changed, 1 insertions, 1 deletions
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");