summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-01-27 13:33:09 -0500
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-01-27 13:33:09 -0500
commita26ec1e01776a26a517681f7a2bdaef88d171279 (patch)
tree7cad364c134e74887e6a8a2214452358e3ee8ea4
parente48a7efe555140ee2f1f70e578b780f6e022d94f (diff)
downloadDecky-Framegen-a26ec1e01776a26a517681f7a2bdaef88d171279.tar.gz
Decky-Framegen-a26ec1e01776a26a517681f7a2bdaef88d171279.zip
fix: remove appid in game list
-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' }}>