From 2f3f52b1cc47271651a25dcd33cc4d1199d502b1 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Thu, 24 Oct 2024 20:49:06 +0100 Subject: [PATCH] Re-add missing flag things i still have NO idea how this happened, please don't ask me :( --- Bloxstrap/FastFlagManager.cs | 4 +++- Bloxstrap/Installer.cs | 2 -- Bloxstrap/UI/Elements/Settings/Pages/FastFlagsPage.xaml | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Bloxstrap/FastFlagManager.cs b/Bloxstrap/FastFlagManager.cs index 284df3d..c5ac0a2 100644 --- a/Bloxstrap/FastFlagManager.cs +++ b/Bloxstrap/FastFlagManager.cs @@ -243,9 +243,11 @@ namespace Bloxstrap // clone the dictionary OriginalProp = new(Prop); - // TODO - remove when activity tracking has been revamped if (GetPreset("Network.Log") != "7") SetPreset("Network.Log", "7"); + + if (GetPreset("Rendering.ManualFullscreen") != "False") + SetPreset("Rendering.ManualFullscreen", "False"); } } } diff --git a/Bloxstrap/Installer.cs b/Bloxstrap/Installer.cs index e9a4045..4bdf2fd 100644 --- a/Bloxstrap/Installer.cs +++ b/Bloxstrap/Installer.cs @@ -359,8 +359,6 @@ namespace Bloxstrap || Paths.Process.StartsWith(Path.Combine(Paths.LocalAppData, "Temp")) || Paths.Process.StartsWith(Paths.TempUpdates); - isAutoUpgrade = true; - var existingVer = FileVersionInfo.GetVersionInfo(Paths.Application).ProductVersion; var currentVer = FileVersionInfo.GetVersionInfo(Paths.Process).ProductVersion; diff --git a/Bloxstrap/UI/Elements/Settings/Pages/FastFlagsPage.xaml b/Bloxstrap/UI/Elements/Settings/Pages/FastFlagsPage.xaml index dda7e8f..239644e 100644 --- a/Bloxstrap/UI/Elements/Settings/Pages/FastFlagsPage.xaml +++ b/Bloxstrap/UI/Elements/Settings/Pages/FastFlagsPage.xaml @@ -22,6 +22,12 @@ + + + +