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>
|
||||
|
||||
Reference in New Issue
Block a user