mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-10 07:07:46 +02:00
Hide Friends section
This commit is contained in:
2
dist/better-xcloud.pretty.user.js
vendored
2
dist/better-xcloud.pretty.user.js
vendored
@@ -5761,7 +5761,7 @@ ${subsVar} = subs;
|
||||
] : []
|
||||
]), hideSections = getGlobalPref("ui.hideSections"), HOME_PAGE_PATCH_ORDERS = PatcherUtils.filterPatches([
|
||||
hideSections.includes("news") && "ignoreNewsSection",
|
||||
hideSections.includes("friends") && "ignorePlayWithFriendsSection",
|
||||
(getGlobalPref("block.features").includes("friends") || hideSections.includes("friends")) && "ignorePlayWithFriendsSection",
|
||||
hideSections.includes("all-games") && "ignoreAllGamesSection",
|
||||
hideSections.includes("genres") && "ignoreGenresSection",
|
||||
!getGlobalPref("block.features").includes("byog") && hideSections.includes("byog") && "ignoreByogSection",
|
||||
|
Reference in New Issue
Block a user