mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Re-add missing flag things
i still have NO idea how this happened, please don't ask me :(
This commit is contained in:
parent
4998fcd72d
commit
2f3f52b1cc
@ -243,9 +243,11 @@ namespace Bloxstrap
|
|||||||
// clone the dictionary
|
// clone the dictionary
|
||||||
OriginalProp = new(Prop);
|
OriginalProp = new(Prop);
|
||||||
|
|
||||||
// TODO - remove when activity tracking has been revamped
|
|
||||||
if (GetPreset("Network.Log") != "7")
|
if (GetPreset("Network.Log") != "7")
|
||||||
SetPreset("Network.Log", "7");
|
SetPreset("Network.Log", "7");
|
||||||
|
|
||||||
|
if (GetPreset("Rendering.ManualFullscreen") != "False")
|
||||||
|
SetPreset("Rendering.ManualFullscreen", "False");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -359,8 +359,6 @@ namespace Bloxstrap
|
|||||||
|| Paths.Process.StartsWith(Path.Combine(Paths.LocalAppData, "Temp"))
|
|| Paths.Process.StartsWith(Path.Combine(Paths.LocalAppData, "Temp"))
|
||||||
|| Paths.Process.StartsWith(Paths.TempUpdates);
|
|| Paths.Process.StartsWith(Paths.TempUpdates);
|
||||||
|
|
||||||
isAutoUpgrade = true;
|
|
||||||
|
|
||||||
var existingVer = FileVersionInfo.GetVersionInfo(Paths.Application).ProductVersion;
|
var existingVer = FileVersionInfo.GetVersionInfo(Paths.Application).ProductVersion;
|
||||||
var currentVer = FileVersionInfo.GetVersionInfo(Paths.Process).ProductVersion;
|
var currentVer = FileVersionInfo.GetVersionInfo(Paths.Process).ProductVersion;
|
||||||
|
|
||||||
|
@ -22,6 +22,12 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ui:CardAction>
|
</ui:CardAction>
|
||||||
|
|
||||||
|
<controls:OptionControl
|
||||||
|
Header="{x:Static resources:Strings.Menu_FastFlags_ManagerEnabled_Title}"
|
||||||
|
Description="{x:Static resources:Strings.Menu_FastFlags_ManagerEnabled_Description}">
|
||||||
|
<ui:ToggleSwitch IsChecked="{Binding UseFastFlagManager, Mode=TwoWay}" />
|
||||||
|
</controls:OptionControl>
|
||||||
|
|
||||||
<TextBlock Text="{x:Static resources:Strings.Common_Presets}" FontSize="20" FontWeight="Medium" Margin="0,16,0,0" />
|
<TextBlock Text="{x:Static resources:Strings.Common_Presets}" FontSize="20" FontWeight="Medium" Margin="0,16,0,0" />
|
||||||
|
|
||||||
<TextBlock Text="{x:Static resources:Strings.Menu_FastFlags_Presets_Categories_Rendering}" FontSize="16" FontWeight="Medium" Margin="0,16,0,0" />
|
<TextBlock Text="{x:Static resources:Strings.Menu_FastFlags_Presets_Categories_Rendering}" FontSize="16" FontWeight="Medium" Margin="0,16,0,0" />
|
||||||
|
Loading…
Reference in New Issue
Block a user