mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-16 02:01:29 -07:00
Address new chrome AB test flag
This commit is contained in:
parent
2a19b4ab62
commit
65a7bb1c04
@ -60,7 +60,8 @@ namespace Bloxstrap
|
||||
|
||||
{ "UI.Menu.Style.ABTest.1", "FFlagEnableMenuControlsABTest" },
|
||||
{ "UI.Menu.Style.ABTest.2", "FFlagEnableV3MenuABTest3" },
|
||||
{ "UI.Menu.Style.ABTest.3", "FFlagEnableInGameMenuChromeABTest3" }
|
||||
{ "UI.Menu.Style.ABTest.3", "FFlagEnableInGameMenuChromeABTest3" },
|
||||
{ "UI.Menu.Style.ABTest.4", "FFlagEnableInGameMenuChromeABTest4" }
|
||||
};
|
||||
|
||||
public static IReadOnlyDictionary<RenderingMode, string> RenderingModes => new Dictionary<RenderingMode, string>
|
||||
|
@ -564,6 +564,9 @@ namespace Bloxstrap
|
||||
App.FastFlags.SetPreset("UI.Menu.Style.V2Rollout", "100");
|
||||
}
|
||||
|
||||
if (App.FastFlags.GetPreset("UI.Menu.Style.ABTest.1") is not null)
|
||||
App.FastFlags.SetPreset("UI.Menu.Style.ABTest", "False");
|
||||
|
||||
App.FastFlags.SetValue("FFlagDisableNewIGMinDUA", null);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user