diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-07 00:50:43 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-07 00:50:43 -0400 |
| commit | 62531dd08e5f12f1f0533ccf8fa6b84c81eb63d4 (patch) | |
| tree | fe2daf9e8664ef823d6f0f639090eafefc4884ec /src/components/Content.tsx | |
| parent | 50810a08e5a767ec6d774996ce13244121b9f3c3 (diff) | |
| download | decky-lsfg-vk-62531dd08e5f12f1f0533ccf8fa6b84c81eb63d4.tar.gz decky-lsfg-vk-62531dd08e5f12f1f0533ccf8fa6b84c81eb63d4.zip | |
chore: hide config file tab and clarify flatpak runtimeschore/migrate
Diffstat (limited to 'src/components/Content.tsx')
| -rw-r--r-- | src/components/Content.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 9281d39..1bc6e95 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -6,7 +6,7 @@ import { tabStyles } from "../styles"; import { useGameConfiguration } from "../hooks/useGameConfiguration"; import { useInstallationActions } from "../hooks/useInstallationActions"; import { useInstallationStatus } from "../hooks/useLsfgHooks"; -import { ConfigFileTab } from "./ConfigFileTab"; +// import { ConfigFileTab } from "./ConfigFileTab"; import { ConfigurationTab } from "./ConfigurationTab"; import { FlatpaksTab } from "./FlatpaksTab"; import { NowPlayingTab } from "./NowPlayingTab"; @@ -136,7 +136,8 @@ export function Content() { ), }, { id: "Flatpak", title: tabIcons.flatpak, content: <FlatpaksTab /> }, - { id: "ConfigFile", title: tabIcons.configFile, content: <ConfigFileTab /> }, + // Keep the configuration-file view available for future use without exposing it in the UI. + // { id: "ConfigFile", title: tabIcons.configFile, content: <ConfigFileTab /> }, { id: "Setup", title: tabIcons.setup, content: setupContent }, ] : [ |
