From 45f760bc1447db6af7356ee388be64c62d53bf56 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Fri, 14 Apr 2023 21:31:34 +0200 Subject: [PATCH] Add FFlag mod preset for 0-21 graphics slider --- Bloxstrap/ViewModels/ModsViewModel.cs | 6 ++++++ Bloxstrap/Views/Pages/ModsPage.xaml | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/Bloxstrap/ViewModels/ModsViewModel.cs b/Bloxstrap/ViewModels/ModsViewModel.cs index db8b2f7..c5a88b1 100644 --- a/Bloxstrap/ViewModels/ModsViewModel.cs +++ b/Bloxstrap/ViewModels/ModsViewModel.cs @@ -75,6 +75,12 @@ namespace Bloxstrap.ViewModels } } + public bool AlternateGraphicsSelectorEnabled + { + get => App.FastFlags.GetValue("FFlagFixGraphicsQuality") == "True"; + set => App.FastFlags.SetValue("FFlagFixGraphicsQuality", value ? "True" : null); + } + public bool DisableFullscreenOptimizationsEnabled { get => App.Settings.Prop.DisableFullscreenOptimizations; diff --git a/Bloxstrap/Views/Pages/ModsPage.xaml b/Bloxstrap/Views/Pages/ModsPage.xaml index 1c19abc..7e3b172 100644 --- a/Bloxstrap/Views/Pages/ModsPage.xaml +++ b/Bloxstrap/Views/Pages/ModsPage.xaml @@ -100,6 +100,7 @@ + @@ -129,6 +130,15 @@ + + + + + + + + +