From ea6185179fb6d8eedaf90236baf8b7779a9da716 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 15 Jul 2025 22:01:48 -0400 Subject: better install status ui --- src/components/Content.tsx | 14 +++++++------- src/components/StatusDisplay.tsx | 21 +++++++++++++++++---- 2 files changed, 24 insertions(+), 11 deletions(-) (limited to 'src/components') diff --git a/src/components/Content.tsx b/src/components/Content.tsx index c7c52a5..39de01b 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -81,13 +81,6 @@ export function Content() { return ( - - + + {/* Configuration Section - only show if installed */} {isInstalled && ( + + {dllDetected ? "✅" : "❌"} + {dllDetectionStatus}
- Status: {installationStatus} + + {isInstalled ? "✅" : "❌"} + + {installationStatus}
-- cgit v1.2.3