Just null check the styles
This commit is contained in:
Generated
+18
@@ -2156,6 +2156,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to No dalamud styles available.
|
||||
/// </summary>
|
||||
internal static string Options_OverrideStyle_NotAvailable {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_OverrideStyle_NotAvailable", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Not selected.
|
||||
/// </summary>
|
||||
internal static string Options_OverrideStyle_NotSelected {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_OverrideStyle_NotSelected", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Styles.
|
||||
/// </summary>
|
||||
|
||||
@@ -982,4 +982,10 @@
|
||||
<data name="Options_Database_Metadata_Size">
|
||||
<value>Size: {0}</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_NotSelected" xml:space="preserve">
|
||||
<value>Not selected</value>
|
||||
</data>
|
||||
<data name="Options_OverrideStyle_NotAvailable" xml:space="preserve">
|
||||
<value>No dalamud styles available</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user