summaryrefslogtreecommitdiff
path: root/src/components/InstalledGamesSection.tsx
diff options
context:
space:
mode:
authorxXJsonDeruloXx <danielhimebauch@gmail.com>2026-05-31 12:16:47 -0400
committerxXJsonDeruloXx <danielhimebauch@gmail.com>2026-05-31 12:16:47 -0400
commitca74bc1dcf2a782d6937810858b5d64e3e3d2917 (patch)
treeac9bee8ecfd08899f61b71d5535e93a47daa189d /src/components/InstalledGamesSection.tsx
parent92737d9dbae61e25fb0b2f816475d10285f0ff67 (diff)
downloadDecky-Framegen-ca74bc1dcf2a782d6937810858b5d64e3e3d2917.tar.gz
Decky-Framegen-ca74bc1dcf2a782d6937810858b5d64e3e3d2917.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.tsx1
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