diff options
Diffstat (limited to 'src/components/InstalledGamesSection.tsx')
| -rw-r--r-- | src/components/InstalledGamesSection.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/InstalledGamesSection.tsx b/src/components/InstalledGamesSection.tsx index e0e2677..eb85915 100644 --- a/src/components/InstalledGamesSection.tsx +++ b/src/components/InstalledGamesSection.tsx @@ -75,6 +75,7 @@ export function InstalledGamesSection() { <PanelSection title="Select a Game to Patch:"> <PanelSectionRow> <DropdownItem + layout="below" rgOptions={games.map(game => ({ data: game.appid, label: game.name |
