mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix activity tracking
bruh moment
This commit is contained in:
parent
b6dee9c772
commit
35caf8e730
@ -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;
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user