diff --git a/Bloxstrap/ViewModels/ModsViewModel.cs b/Bloxstrap/ViewModels/ModsViewModel.cs index fa17d60..c568846 100644 --- a/Bloxstrap/ViewModels/ModsViewModel.cs +++ b/Bloxstrap/ViewModels/ModsViewModel.cs @@ -125,5 +125,11 @@ namespace Bloxstrap.ViewModels get => App.Settings.Prop.DisableFullscreenOptimizations; set => App.Settings.Prop.DisableFullscreenOptimizations = value; } + + public bool ForceFutureEnabled + { + get => App.FastFlags.GetValue("FFlagDebugForceFutureIsBrightPhase3") == "True"; + set => App.FastFlags.SetValue("FFlagDebugForceFutureIsBrightPhase3", value ? "True" : null); + } } } diff --git a/Bloxstrap/Views/Pages/ModsPage.xaml b/Bloxstrap/Views/Pages/ModsPage.xaml index 0fe918e..c89642f 100644 --- a/Bloxstrap/Views/Pages/ModsPage.xaml +++ b/Bloxstrap/Views/Pages/ModsPage.xaml @@ -1,4 +1,4 @@ - + @@ -151,6 +152,15 @@ + + + + + + + + +