We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1a0ab commit 220b2b8Copy full SHA for 220b2b8
src/frontend/screens/Library/index.tsx
@@ -418,6 +418,8 @@ export default React.memo(function Library(): JSX.Element {
418
favouritesIds.includes(`${game.app_name}_${game.runner}`)
419
)
420
} else {
421
+ library = library.filter((game) => !game.install.is_dlc)
422
+
423
if (currentCustomCategories && currentCustomCategories.length > 0) {
424
const gamesInSelectedCategories = new Set<string>()
425
0 commit comments