mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 05:08:26 +02:00
Add option to hide "Friends" section
This commit is contained in:
6
src/enums/ui-sections.ts
Normal file
6
src/enums/ui-sections.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum UiSection {
|
||||
NEWS = 'news',
|
||||
FRIENDS = 'friends',
|
||||
MOST_POPULAR = 'most-popular',
|
||||
ALL_GAMES = 'all-games',
|
||||
}
|
Reference in New Issue
Block a user