diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/FlatpakTab.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/FlatpakTab.tsx b/src/components/FlatpakTab.tsx index 6392d59..c5e27f5 100644 --- a/src/components/FlatpakTab.tsx +++ b/src/components/FlatpakTab.tsx @@ -40,12 +40,12 @@ export function FlatpakTab({ if (!selectedAppId) { return ( <PanelSection title="Flatpak"> - <PanelSectionRow> + {/* <PanelSectionRow> <Field label="Flatpak applications" description="Enable LSFG-VK directly for a Flatpak. Steam shortcuts and launcher scripts are not modified." /> - </PanelSectionRow> + </PanelSectionRow> */} {apps.map((app) => { const status = app.enabled ? app.app_id === runningApp?.app_id ? "Enabled ยท Running" : "Enabled" |
