diff options
Diffstat (limited to 'src/hooks')
| -rw-r--r-- | src/hooks/useLsfgHooks.ts | 2 |
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"); |
