mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-02 03:16:42 +02:00
Also disable Friends feature when blocking social features
This commit is contained in:
@@ -19,6 +19,7 @@ if (nativeMkbMode !== NativeMkbMode.DEFAULT) {
|
||||
// Disable chat feature
|
||||
if (getPref(PrefKey.BLOCK_SOCIAL_FEATURES)) {
|
||||
FeatureGates.EnableGuideChatTab = false;
|
||||
FeatureGates.EnableFriendsAndFollowers = false;
|
||||
}
|
||||
|
||||
// Disable BYOG feature
|
||||
|
Reference in New Issue
Block a user