summaryrefslogtreecommitdiff
path: root/src/components/NowPlayingTab.tsx
diff options
context:
space:
mode:
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 1bc331f..c067dc0 100644
--- a/src/components/NowPlayingTab.tsx
+++ b/src/components/NowPlayingTab.tsx
@@ -13,7 +13,6 @@ interface Props {
}
function targetDescription(game: GameTarget): string {
- if (game.directFlatpak) return "Non-Steam ยท Direct Flatpak";
return game.nonSteam ? "Non-Steam" : "Steam";
}