diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-01-27 13:33:09 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-01-27 13:33:09 -0500 |
| commit | a26ec1e01776a26a517681f7a2bdaef88d171279 (patch) | |
| tree | 7cad364c134e74887e6a8a2214452358e3ee8ea4 | |
| parent | e48a7efe555140ee2f1f70e578b780f6e022d94f (diff) | |
| download | Decky-Framegen-a26ec1e01776a26a517681f7a2bdaef88d171279.tar.gz Decky-Framegen-a26ec1e01776a26a517681f7a2bdaef88d171279.zip | |
fix: remove appid in game list
| -rwxr-xr-x | src/index.tsx | 2 |
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' }}> |
