summaryrefslogtreecommitdiff
path: root/src/components/ConfigFileTab.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-11 13:47:52 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-11 13:47:52 -0400
commitf3074fbe1427411dc3b5597d2e87918383299e3f (patch)
treebf96f3d6f3942327a8a6541b8a7d7a18906a748e /src/components/ConfigFileTab.tsx
parentd1990a2b630f7161342a9c854bce0fcf7a967a8d (diff)
downloaddecky-lsfg-vk-f3074fbe1427411dc3b5597d2e87918383299e3f.tar.gz
decky-lsfg-vk-f3074fbe1427411dc3b5597d2e87918383299e3f.zip
feat: non steam tab, faster bulk actions
Diffstat (limited to 'src/components/ConfigFileTab.tsx')
-rw-r--r--src/components/ConfigFileTab.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ConfigFileTab.tsx b/src/components/ConfigFileTab.tsx
index 07408d7..fd6d716 100644
--- a/src/components/ConfigFileTab.tsx
+++ b/src/components/ConfigFileTab.tsx
@@ -80,7 +80,7 @@ export function ConfigFileTab() {
if (!result) {
return (
- <PanelSection title={t("NERD_CONFIG_FILE", "Configuration File")}>
+ <PanelSection title={t("NERD_CONFIG_FILE", "Config / Debug")}>
<PanelSectionRow>
<Spinner />
</PanelSectionRow>
@@ -108,7 +108,7 @@ export function ConfigFileTab() {
}
`}
</style>
- <PanelSection title={t("NERD_CONFIG_FILE", "Configuration File")}>
+ <PanelSection title={t("NERD_CONFIG_FILE", "Config / Debug")}>
{result.error && (
<PanelSectionRow>
<Field label="Error" description={result.error} />