summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/index.tsx2
1 files changed, 1 insertions, 1 deletions
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}
</ButtonItem>
{clickedGame?.appid === game.appid && (
<div style={{ padding: '8px' }}>