From 35caf8e7306b682b3a18ad5e1a0150c72ee82225 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Thu, 24 Aug 2023 22:49:11 +0100 Subject: [PATCH] Fix activity tracking bruh moment --- Bloxstrap/FastFlagManager.cs | 7 +++++++ Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Bloxstrap/FastFlagManager.cs b/Bloxstrap/FastFlagManager.cs index 72d9c08d..6f435b7b 100644 --- a/Bloxstrap/FastFlagManager.cs +++ b/Bloxstrap/FastFlagManager.cs @@ -14,6 +14,8 @@ public class FastFlagManager : JsonManager> public static IReadOnlyDictionary PresetFlags = new Dictionary { + { "Network.Log", "FLogNetwork" }, + { "HTTP.Log", "DFLogHttpTraceLight" }, { "HTTP.Proxy.Enable", "DFFlagDebugEnableHttpProxy" }, @@ -213,6 +215,11 @@ public override void Load() CheckManualFullscreenPreset(); + // TODO - remove when activity tracking has been revamped + if (GetPreset("Network.Log") != "7") + SetPreset("Network.Log", "7"); + + if (GetPreset("Rendering.Framerate") is not null) return; diff --git a/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml index 3cda7658..a01e5a72 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml @@ -13,7 +13,7 @@ - +