diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-12-06 21:54:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-06 21:54:45 -0500 |
| commit | eb4cb1f5aa2f76bc7dac8d48c583928a1f3f4047 (patch) | |
| tree | 85274d33020adbac5b804480032eef895eb2ba08 /src/index.tsx | |
| parent | 1369909692f0c3eb617f3125027b681cef373ecd (diff) | |
| parent | e6c32d27db7075d66ecef33f368bdd69d3b035d0 (diff) | |
| download | Decky-Framegen-eb4cb1f5aa2f76bc7dac8d48c583928a1f3f4047.tar.gz Decky-Framegen-eb4cb1f5aa2f76bc7dac8d48c583928a1f3f4047.zip | |
Merge pull request #148 from xXJSONDeruloXx/path-overrides
initial path override ui and be
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index 0ea93e0..fb9635d 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -26,7 +26,10 @@ function MainContent() { return ( <> - <OptiScalerControls pathExists={pathExists} setPathExists={setPathExists} /> + <OptiScalerControls + pathExists={pathExists} + setPathExists={setPathExists} + /> {pathExists === true ? ( <> {/* <InstalledGamesSection /> */} |
