diff --git a/src/renderer/components/profiles/ProfileSidebar.tsx b/src/renderer/components/profiles/ProfileSidebar.tsx index 7f72149..9d72e88 100644 --- a/src/renderer/components/profiles/ProfileSidebar.tsx +++ b/src/renderer/components/profiles/ProfileSidebar.tsx @@ -269,7 +269,7 @@ function ProfileItem({ }) { const color = profile.color || PROFILE_COLORS[0]; const jarName = profile.jarResolution?.enabled - ? 'iwin' + ? '' : (profile.jarPath?.split(/[/\\]/).pop() ?? ''); return (