summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-10 07:57:03 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-10 07:57:03 -0400
commit840ea2802551a786de9b59f7aa00f04c5f335e2a (patch)
tree5af25f863e8a3043eca7949fbe35cc11252d3127 /src/components/Content.tsx
parent6a927e30f743fac0a5451381ceed7f1d83e94a37 (diff)
downloaddecky-lsfg-vk-840ea2802551a786de9b59f7aa00f04c5f335e2a.tar.gz
decky-lsfg-vk-840ea2802551a786de9b59f7aa00f04c5f335e2a.zip
fix: keep Flatpak runtime controls simple
Diffstat (limited to 'src/components/Content.tsx')
-rw-r--r--src/components/Content.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx
index d92ef86..e5216ca 100644
--- a/src/components/Content.tsx
+++ b/src/components/Content.tsx
@@ -91,7 +91,6 @@ export function Content() {
isUninstalling={isUninstalling}
onInstall={() => void install()}
onUninstall={() => void uninstall()}
- flatpakRelevant={targets.some((target) => target.transport.kind === "flatpak")}
/>
);