summaryrefslogtreecommitdiff
path: root/src/components/SteamGamePatcher.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/SteamGamePatcher.tsx
parent92737d9dbae61e25fb0b2f816475d10285f0ff67 (diff)
downloadDecky-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/SteamGamePatcher.tsx')
-rw-r--r--src/components/SteamGamePatcher.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/SteamGamePatcher.tsx b/src/components/SteamGamePatcher.tsx
index 2d3b0fa..18df819 100644
--- a/src/components/SteamGamePatcher.tsx
+++ b/src/components/SteamGamePatcher.tsx
@@ -230,6 +230,7 @@ export function SteamGamePatcher({ dllName, fsr4Variant }: SteamGamePatcherProps
<>
<PanelSectionRow>
<DropdownItem
+ layout="below"
label="Steam game"
menuLabel="Select a Steam game"
strDefaultLabel={gamesLoading ? "Loading games..." : "Choose a game"}