mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 00:21:33 -07:00
Remove unused FFlag preset configs
This commit is contained in:
parent
b716d28979
commit
e8d311445c
@ -65,10 +65,10 @@ namespace Bloxstrap
|
||||
public static IReadOnlyDictionary<RenderingMode, string> RenderingModes => new Dictionary<RenderingMode, string>
|
||||
{
|
||||
{ RenderingMode.Default, "None" },
|
||||
{ RenderingMode.Vulkan, "Vulkan" },
|
||||
// { RenderingMode.Vulkan, "Vulkan" },
|
||||
{ RenderingMode.D3D11, "D3D11" },
|
||||
{ RenderingMode.D3D10, "D3D10" },
|
||||
{ RenderingMode.OpenGL, "OpenGL" }
|
||||
// { RenderingMode.OpenGL, "OpenGL" }
|
||||
};
|
||||
|
||||
public static IReadOnlyDictionary<LightingMode, string> LightingModes => new Dictionary<LightingMode, string>
|
||||
|
@ -86,19 +86,6 @@
|
||||
<ui:ToggleSwitch IsChecked="{Binding GuiHidingEnabled, Mode=TwoWay}" />
|
||||
</controls:OptionControl>
|
||||
|
||||
<controls:OptionControl
|
||||
Header="{x:Static resources:Strings.Menu_FastFlags_Presets_Materials_Title}"
|
||||
Description="{x:Static resources:Strings.Menu_FastFlags_Presets_Materials_Description}"
|
||||
HelpLink="https://github.com/pizzaboxer/bloxstrap/wiki/A-guide-to-FastFlags#old-material-textures">
|
||||
<ComboBox Margin="5,0,0,0" Padding="10,5,10,5" Width="200" ItemsSource="{Binding MaterialVersions.Keys, Mode=OneTime}" Text="{Binding SelectedMaterialVersion, Mode=TwoWay}">
|
||||
<ComboBox.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<TextBlock Text="{Binding Path=., Converter={StaticResource ResourceConverter}, ConverterParameter='Enums.FlagPresets.MaterialVersion.'}" />
|
||||
</DataTemplate>
|
||||
</ComboBox.ItemTemplate>
|
||||
</ComboBox>
|
||||
</controls:OptionControl>
|
||||
|
||||
<controls:OptionControl
|
||||
Header="{x:Static resources:Strings.Menu_FastFlags_Presets_RenderingMode_Title}"
|
||||
Description="{x:Static resources:Strings.Menu_FastFlags_Presets_RenderingMode_Description}">
|
||||
|
Loading…
Reference in New Issue
Block a user