summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-23 09:32:06 -0400
committerGitHub <noreply@github.com>2025-07-23 09:32:06 -0400
commit2461cb5d9c2ae31afb33bfd3c3c9a8faa9a7603c (patch)
tree8bb437fae3957ce1459760f07e39ebb048abc832 /src/index.tsx
parentecc45ab275f8d06b8862afb9e12f9bbe071c46ce (diff)
downloadDecky-Framegen-2461cb5d9c2ae31afb33bfd3c3c9a8faa9a7603c.tar.gz
Decky-Framegen-2461cb5d9c2ae31afb33bfd3c3c9a8faa9a7603c.zip
hide drop down, update instructions (#119)
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 0bd00c0..b85c6b1 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -30,7 +30,7 @@ function MainContent() {
<FGModInstallerSection pathExists={pathExists} setPathExists={setPathExists} />
{pathExists === true ? (
<>
- <InstalledGamesSection />
+ {/* <InstalledGamesSection /> */}
<DocumentationButton />
</>
) : null}