mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Update ModsViewModel.cs
Same as the other one.
This commit is contained in:
parent
7d84806e68
commit
1e8b43631b
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user