Skip to content

Commit 8170bed

Browse files
committed
ui: add steam filter
1 parent 91e8f3f commit 8170bed

File tree

1 file changed

+3
-0
lines changed
  • src/frontend/screens/Library/components/LibraryTopBar

1 file changed

+3
-0
lines changed

src/frontend/screens/Library/components/LibraryTopBar/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ export const LibraryTopBar = observer(
7272
<div className="menu">GOG</div>
7373
</Tabs.Tab>
7474
) : null}
75+
<Tabs.Tab value="steam">
76+
<div className="menu">Steam</div>
77+
</Tabs.Tab>
7578
<Tabs.Tab value="sideload">
7679
<div className="menu">{t('Other')}</div>
7780
</Tabs.Tab>

0 commit comments

Comments
 (0)