Just null check the styles

This commit is contained in:
Infi
2024-04-12 22:11:17 +02:00
parent 4751e3c8f7
commit c66d97829c
12 changed files with 60 additions and 60 deletions
+18
View File
@@ -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>