summaryrefslogtreecommitdiff
path: root/src/components/NowPlayingTab.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-08 11:31:46 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-08 11:31:46 -0400
commitb3749ecc4b094a46d2ab9f638ee810f70840f67a (patch)
tree5c0fd5571f28c3791b3454b2ba7111b6653151d3 /src/components/NowPlayingTab.tsx
parentc6c24524b46e237bee796cb57b9a27c437c458ae (diff)
downloaddecky-lsfg-vk-b3749ecc4b094a46d2ab9f638ee810f70840f67a.tar.gz
decky-lsfg-vk-b3749ecc4b094a46d2ab9f638ee810f70840f67a.zip
update layout and config and hash
Diffstat (limited to 'src/components/NowPlayingTab.tsx')
-rw-r--r--src/components/NowPlayingTab.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/NowPlayingTab.tsx b/src/components/NowPlayingTab.tsx
index 8d2d779..2ec12ca 100644
--- a/src/components/NowPlayingTab.tsx
+++ b/src/components/NowPlayingTab.tsx
@@ -16,7 +16,6 @@ export function NowPlayingTab({ game, config, onConfigChange }: Props) {
<PanelSectionRow>
<Field
label={game.name}
- description={`${game.nonSteam ? "Non-Steam" : "Steam"} | App ID ${game.appid}`}
/>
</PanelSectionRow>
</PanelSection>