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/FlatpaksTab.tsx | |
| parent | 50810a08e5a767ec6d774996ce13244121b9f3c3 (diff) | |
| download | decky-lsfg-vk-62531dd08e5f12f1f0533ccf8fa6b84c81eb63d4.tar.gz decky-lsfg-vk-62531dd08e5f12f1f0533ccf8fa6b84c81eb63d4.zip | |
chore: hide config file tab and clarify flatpak runtimes
Diffstat (limited to 'src/components/FlatpaksTab.tsx')
| -rw-r--r-- | src/components/FlatpaksTab.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
