diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-05-31 12:16:47 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-05-31 12:16:47 -0400 |
| commit | ca74bc1dcf2a782d6937810858b5d64e3e3d2917 (patch) | |
| tree | ac9bee8ecfd08899f61b71d5535e93a47daa189d /src/components/InstalledGamesSection.tsx | |
| parent | 92737d9dbae61e25fb0b2f816475d10285f0ff67 (diff) | |
| download | Decky-Framegen-fix/v0.15.6-dropdown-layout.tar.gz Decky-Framegen-fix/v0.15.6-dropdown-layout.zip | |
fix: stack dropdown controlsHEADv0.15.6mainfix/v0.15.6-dropdown-layout
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 |
