diff options
Diffstat (limited to 'src')
| -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' }}> |
