summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-15 22:01:48 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-15 22:01:48 -0400
commitea6185179fb6d8eedaf90236baf8b7779a9da716 (patch)
treea1e3aaf2bd4f783cb1e6bcc5224a1d30cc9c79f2 /src/components/Content.tsx
parent3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141 (diff)
downloaddecky-lsfg-vk-ea6185179fb6d8eedaf90236baf8b7779a9da716.tar.gz
decky-lsfg-vk-ea6185179fb6d8eedaf90236baf8b7779a9da716.zip
better install status ui
Diffstat (limited to 'src/components/Content.tsx')
-rw-r--r--src/components/Content.tsx14
1 files changed, 7 insertions, 7 deletions
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 (
<PanelSection>
- <StatusDisplay
- dllDetected={dllDetected}
- dllDetectionStatus={dllDetectionStatus}
- isInstalled={isInstalled}
- installationStatus={installationStatus}
- />
-
<InstallationButton
isInstalled={isInstalled}
isInstalling={isInstalling}
@@ -96,6 +89,13 @@ export function Content() {
onUninstall={onUninstall}
/>
+ <StatusDisplay
+ dllDetected={dllDetected}
+ dllDetectionStatus={dllDetectionStatus}
+ isInstalled={isInstalled}
+ installationStatus={installationStatus}
+ />
+
{/* Configuration Section - only show if installed */}
{isInstalled && (
<ConfigurationSection