summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-10 20:49:05 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-10 20:49:05 -0400
commit904e2e6131071c3b132d3148947b613c2830b1bb (patch)
tree900284bf2a10f59a778cd0871d354a9a8885c155 /src
parent8fd3e86ad0dcd74096e1dcbe2c7f5944b83c9bcc (diff)
downloaddecky-lsfg-vk-904e2e6131071c3b132d3148947b613c2830b1bb.tar.gz
decky-lsfg-vk-904e2e6131071c3b132d3148947b613c2830b1bb.zip
fix; correct flatpak extension sourcesv2-flatpak-profileschore/migrate
Diffstat (limited to 'src')
-rw-r--r--src/components/FlatpakTab.tsx4
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"