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 @@
+
+
+
+