From 59428a2c65f653a04ff6c583427fa86bd977c53a Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 8 Mar 2026 19:00:30 +0100 Subject: [PATCH] =?UTF-8?q?Steam-Button=20nur=20in=20=C3=9Cbersicht=20anze?= =?UTF-8?q?igen,=20nicht=20im=20Profil-Detail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- web/src/plugins/game-library/GameLibraryTab.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/src/plugins/game-library/GameLibraryTab.tsx b/web/src/plugins/game-library/GameLibraryTab.tsx index f5a1491..02d4c99 100644 --- a/web/src/plugins/game-library/GameLibraryTab.tsx +++ b/web/src/plugins/game-library/GameLibraryTab.tsx @@ -543,9 +543,11 @@ export default function GameLibraryTab({ data }: { data: any }) {
{/* ── Login Bar ── */}
- + {!selectedProfile && ( + + )}