summaryrefslogtreecommitdiff
path: root/src/components/ConfigurationTab.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-11 09:09:29 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-11 09:09:29 -0400
commit18af8d1de5c7d12af674018ce819cc91480cf51a (patch)
treee36fdc2bf5c8584999e92d326ec507d4b1c0259a /src/components/ConfigurationTab.tsx
parentd2bfdafa92f3d31cc5392bf8a5a1f1df5c2358ce (diff)
downloaddecky-lsfg-vk-18af8d1de5c7d12af674018ce819cc91480cf51a.tar.gz
decky-lsfg-vk-18af8d1de5c7d12af674018ce819cc91480cf51a.zip
fix tab change jutter
Diffstat (limited to 'src/components/ConfigurationTab.tsx')
-rw-r--r--src/components/ConfigurationTab.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ConfigurationTab.tsx b/src/components/ConfigurationTab.tsx
index a6d4c2a..12f36a5 100644
--- a/src/components/ConfigurationTab.tsx
+++ b/src/components/ConfigurationTab.tsx
@@ -88,7 +88,6 @@ export function ConfigurationTab({
<PanelSectionRow>
<ToggleField
label="Show debug tab"
- description="Show the raw configuration and generated files tab for troubleshooting."
checked={showDebugTab}
onChange={onShowDebugTabChange}
/>