summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-26 11:32:03 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-26 11:32:03 -0400
commitcbed25162a1058e67180aafb8fbd424bf2573e95 (patch)
tree2fe26b782b316ed69b7c1c99da443de89e75e9b1 /src/index.tsx
parent6810b97dbfcd3d8875fe8e0d0725b146184120bb (diff)
downloadDecky-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.tsx5
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 /> */}