summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
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 /> */}