summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-07 00:50:43 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-07 00:50:43 -0400
commit62531dd08e5f12f1f0533ccf8fa6b84c81eb63d4 (patch)
treefe2daf9e8664ef823d6f0f639090eafefc4884ec /src/components
parent50810a08e5a767ec6d774996ce13244121b9f3c3 (diff)
downloaddecky-lsfg-vk-62531dd08e5f12f1f0533ccf8fa6b84c81eb63d4.tar.gz
decky-lsfg-vk-62531dd08e5f12f1f0533ccf8fa6b84c81eb63d4.zip
chore: hide config file tab and clarify flatpak runtimes
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Content.tsx5
-rw-r--r--src/components/FlatpaksTab.tsx4
2 files changed, 5 insertions, 4 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 },
]
: [
diff --git a/src/components/FlatpaksTab.tsx b/src/components/FlatpaksTab.tsx
index b4d5e4d..27204f4 100644
--- a/src/components/FlatpaksTab.tsx
+++ b/src/components/FlatpaksTab.tsx
@@ -157,12 +157,12 @@ export function FlatpaksTab() {
};
if (loading) {
- return <PanelSection title="Runtimes" spinner />;
+ return <PanelSection title="Flatpak Runtimes" spinner />;
}
return (
<>
- <PanelSection title="Runtimes">
+ <PanelSection title="Flatpak Runtimes">
{error && <PanelSectionRow><Field label={t("FLATPAK_OPERATION_ERROR", "Operation failed")} description={error} /></PanelSectionRow>}
{extensionStatus?.success ? runtimeVersions.map(({ version, key }) => (
<RuntimeRow