diff options
Diffstat (limited to 'src/components/NowPlayingTab.tsx')
| -rw-r--r-- | src/components/NowPlayingTab.tsx | 1 |
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"; } |
