mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Also disable Friends feature when blocking social features
This commit is contained in:
parent
11aefb34d1
commit
d671be21ee
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user