From 687d017c02d5a7dc37fde941c583ff74d8dd6363 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 18 Aug 2025 12:50:42 -0400 Subject: visibility for profile lock indicator, ver bump --- src/components/ProfileManagement.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src') diff --git a/src/components/ProfileManagement.tsx b/src/components/ProfileManagement.tsx index 7c8966b..6e2a8f8 100644 --- a/src/components/ProfileManagement.tsx +++ b/src/components/ProfileManagement.tsx @@ -347,6 +347,21 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa `} + {/* Display currently running game info - always visible */} + {mainRunningApp && ( + +
+ {mainRunningApp.display_name} running. Close game to change profile. +
+
+ )} +
- {/* Display currently running game info */} - {mainRunningApp && ( - -
- {mainRunningApp.display_name} running. Close game to change profile. -
-
- )} -