mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-04 12:26: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
|
// Disable chat feature
|
||||||
if (getPref(PrefKey.BLOCK_SOCIAL_FEATURES)) {
|
if (getPref(PrefKey.BLOCK_SOCIAL_FEATURES)) {
|
||||||
FeatureGates.EnableGuideChatTab = false;
|
FeatureGates.EnableGuideChatTab = false;
|
||||||
|
FeatureGates.EnableFriendsAndFollowers = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Disable BYOG feature
|
// Disable BYOG feature
|
||||||
|
Reference in New Issue
Block a user