From ca74bc1dcf2a782d6937810858b5d64e3e3d2917 Mon Sep 17 00:00:00 2001 From: xXJsonDeruloXx Date: Sun, 31 May 2026 12:16:47 -0400 Subject: fix: stack dropdown controls --- src/components/InstalledGamesSection.tsx | 1 + src/components/OptiScalerControls.tsx | 2 ++ src/components/SteamGamePatcher.tsx | 1 + 3 files changed, 4 insertions(+) (limited to 'src/components') 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() { ({ data: game.appid, label: game.name diff --git a/src/components/OptiScalerControls.tsx b/src/components/OptiScalerControls.tsx index 2167fcd..a8b0863 100644 --- a/src/components/OptiScalerControls.tsx +++ b/src/components/OptiScalerControls.tsx @@ -126,6 +126,7 @@ export function OptiScalerControls({ pathExists, setPathExists, fgmodInfo }: Opt option.value === fsr4Variant)?.hint} menuLabel="Default FSR4 runtime" @@ -149,6 +150,7 @@ export function OptiScalerControls({ pathExists, setPathExists, fgmodInfo }: Opt {pathExists === true && ( o.value === dllName)?.hint} menuLabel="Proxy DLL name" 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 <>