Add better warning for lighting tech preset

This commit is contained in:
pizzaboxer 2024-07-02 22:39:40 +04:00
parent 5624e043b5
commit 48da60d7ab
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
4 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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>

View File

@ -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"

View File

@ -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>