summaryrefslogtreecommitdiff
path: root/src/components/NowPlayingTab.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-06 23:12:28 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-06 23:12:28 -0400
commitd1f8263bf9f22753ad53e1b0105172a3bd0faf5f (patch)
tree5e744fd0d2d61f6ea118d1d53b94a602fed3111b /src/components/NowPlayingTab.tsx
parent7bc5f685186b1ff03ce0f7c99e7bec411beabaeb (diff)
downloaddecky-lsfg-vk-d1f8263bf9f22753ad53e1b0105172a3bd0faf5f.tar.gz
decky-lsfg-vk-d1f8263bf9f22753ad53e1b0105172a3bd0faf5f.zip
feat: organize game profiles and focus enabled settings
Diffstat (limited to 'src/components/NowPlayingTab.tsx')
-rw-r--r--src/components/NowPlayingTab.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NowPlayingTab.tsx b/src/components/NowPlayingTab.tsx
index 956db4a..b4f0557 100644
--- a/src/components/NowPlayingTab.tsx
+++ b/src/components/NowPlayingTab.tsx
@@ -17,7 +17,7 @@ export function NowPlayingTab({ game, config, onConfigChange, onRemove }: Props)
<PanelSectionRow>
<Field
label={game.name}
- description={`${game.nonSteam ? "Non-Steam" : "Steam"} · App ID ${game.appid} · Profile active`}
+ description={`${game.nonSteam ? "Non-Steam" : "Steam"} · App ID ${game.appid} · Configured`}
/>
</PanelSectionRow>
</PanelSection>