From 119d3d7cb21fb96f220ec25f478d4b3621ae402f Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 18 Aug 2025 12:36:35 -0400 Subject: profile at top and readout in header --- src/components/Content.tsx | 16 ++++++++-------- src/components/ProfileManagement.tsx | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 142f111..7815951 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -93,14 +93,6 @@ export function Content() { - {/* Configuration Section - only show if installed */} - {isInstalled && ( - - )} - {/* Profile Management - only show if installed */} {isInstalled && ( )} + {/* Configuration Section - only show if installed */} + {isInstalled && ( + + )} + diff --git a/src/components/ProfileManagement.tsx b/src/components/ProfileManagement.tsx index 4a75484..7c8966b 100644 --- a/src/components/ProfileManagement.tsx +++ b/src/components/ProfileManagement.tsx @@ -359,7 +359,7 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa color: "white" }} > - Select Profile + Profile: {selectedProfile === "decky-lsfg-vk" ? "Default" : selectedProfile} -- cgit v1.2.3