mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Add better warning for lighting tech preset
This commit is contained in:
parent
5624e043b5
commit
48da60d7ab
2
Bloxstrap/Resources/Strings.Designer.cs
generated
2
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -2192,7 +2192,7 @@ namespace Bloxstrap.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Choose which lighting technology should be forced enabled in all games..
|
||||
/// Looks up a localized string similar to Chosen one will be force enabled in all games. [Beware, may cause lighting issues!]({0}).
|
||||
/// </summary>
|
||||
public static string Menu_FastFlags_Presets_LightingTechnology_Description {
|
||||
get {
|
||||
|
@ -757,7 +757,7 @@ Do NOT use this to import large "flag lists" made by other people that promise t
|
||||
<value>Enable ability to hide GUIs</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.LightingTechnology.Description" xml:space="preserve">
|
||||
<value>Choose which lighting technology should be forced enabled in all games.</value>
|
||||
<value>Chosen one will be force enabled in all games. [Beware, may cause lighting issues!]({0})</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.LightingTechnology.Title" xml:space="preserve">
|
||||
<value>Preferred lighting technology</value>
|
||||
|
@ -11,7 +11,7 @@
|
||||
mc:Ignorable="d"
|
||||
Title="{x:Static resources:Strings.Menu_Title}"
|
||||
MinWidth="960"
|
||||
Width="960"
|
||||
Width="980"
|
||||
Height="580"
|
||||
Background="{ui:ThemeResource ApplicationBackgroundBrush}"
|
||||
ExtendsContentIntoTitleBar="True"
|
||||
|
@ -91,7 +91,7 @@
|
||||
|
||||
<controls:OptionControl
|
||||
Header="{x:Static resources:Strings.Menu_FastFlags_Presets_LightingTechnology_Title}"
|
||||
Description="{x:Static resources:Strings.Menu_FastFlags_Presets_LightingTechnology_Description}"
|
||||
Description="{Binding Source={x:Static resources:Strings.Menu_FastFlags_Presets_LightingTechnology_Description}, Converter={StaticResource StringFormatConverter}, ConverterParameter='https://github.com/pizzaboxer/bloxstrap/wiki/A-guide-to-FastFlags#preferred-lighting-technology'}" Foreground="{DynamicResource TextFillColorSecondaryBrush}"
|
||||
HelpLink="https://github.com/pizzaboxer/bloxstrap/wiki/A-guide-to-FastFlags#preferred-lighting-technology">
|
||||
<ComboBox Margin="5,0,0,0" Padding="10,5,10,5" Width="200" ItemsSource="{Binding LightingModes.Keys, Mode=OneTime}" Text="{Binding SelectedLightingMode, Mode=TwoWay}">
|
||||
<ComboBox.ItemTemplate>
|
||||
|
Loading…
Reference in New Issue
Block a user