diff options
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 2 |
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} |
