From a26ec1e01776a26a517681f7a2bdaef88d171279 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 27 Jan 2025 13:33:09 -0500 Subject: fix: remove appid in game list --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index 7198085..d1cdccc 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -276,7 +276,7 @@ function InstalledGamesSection() { layout="below" onClick={() => handleGameClick(game)} > - {game.name} (AppID: {game.appid}) + {game.name} {clickedGame?.appid === game.appid && (
-- cgit v1.2.3