diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-26 11:32:03 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-26 11:32:03 -0400 |
| commit | cbed25162a1058e67180aafb8fbd424bf2573e95 (patch) | |
| tree | 2fe26b782b316ed69b7c1c99da443de89e75e9b1 /src/index.tsx | |
| parent | 6810b97dbfcd3d8875fe8e0d0725b146184120bb (diff) | |
| download | Decky-Framegen-cbed25162a1058e67180aafb8fbd424bf2573e95.tar.gz Decky-Framegen-cbed25162a1058e67180aafb8fbd424bf2573e95.zip | |
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 /> */} |
