Fix activity tracking

bruh moment
This commit is contained in:
pizzaboxer 2023-08-24 22:49:11 +01:00
parent b6dee9c772
commit 35caf8e730
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
2 changed files with 8 additions and 1 deletions

View File

@ -14,6 +14,8 @@ namespace Bloxstrap
public static IReadOnlyDictionary<string, string> PresetFlags = new Dictionary<string, string> public static IReadOnlyDictionary<string, string> PresetFlags = new Dictionary<string, string>
{ {
{ "Network.Log", "FLogNetwork" },
{ "HTTP.Log", "DFLogHttpTraceLight" }, { "HTTP.Log", "DFLogHttpTraceLight" },
{ "HTTP.Proxy.Enable", "DFFlagDebugEnableHttpProxy" }, { "HTTP.Proxy.Enable", "DFFlagDebugEnableHttpProxy" },
@ -213,6 +215,11 @@ namespace Bloxstrap
CheckManualFullscreenPreset(); 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) if (GetPreset("Rendering.Framerate") is not null)
return; return;

View File

@ -13,7 +13,7 @@
<StackPanel Margin="0,0,14,14"> <StackPanel Margin="0,0,14,14">
<TextBlock Text="Configure quick and easy ways to improve the Roblox gameplay experience." FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" /> <TextBlock Text="Configure quick and easy ways to improve the Roblox gameplay experience." FontSize="14" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />
<TextBlock Text="Roblox activity tracking" FontSize="16" FontWeight="Medium" Margin="0,16,0,0" /> <TextBlock Text="Activity tracking" FontSize="16" FontWeight="Medium" Margin="0,16,0,0" />
<ui:CardControl Margin="0,8,0,0"> <ui:CardControl Margin="0,8,0,0">
<ui:CardControl.Header> <ui:CardControl.Header>
<StackPanel> <StackPanel>