From 0f1dd35efa8b94a3534c45a8b195fc6577607319 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Sat, 15 Jul 2023 23:10:52 +0100 Subject: [PATCH] Enable DPI scaling fixes by default --- Bloxstrap/FastFlagManager.cs | 2 ++ Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Bloxstrap/FastFlagManager.cs b/Bloxstrap/FastFlagManager.cs index 0043f6e4..197fd75d 100644 --- a/Bloxstrap/FastFlagManager.cs +++ b/Bloxstrap/FastFlagManager.cs @@ -131,6 +131,8 @@ public override void Load() // set to 9999 by default if it doesnt already exist SetValueOnce("DFIntTaskSchedulerTargetFps", 9999); SetValueOnce("FFlagHandleAltEnterFullscreenManually", "False"); + SetValueOnce("DFFlagDisableDPIScale", "True"); + SetValueOnce("DFFlagVariableDPIScale2", "False"); } public override void Save() diff --git a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml index 5a49eaf1..54ac918a 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagsPage.xaml @@ -73,11 +73,12 @@ + - + @@ -95,7 +96,7 @@ - +