feat: add option to hide when game ui is hidden

This commit is contained in:
Anna
2022-02-07 14:44:19 -05:00
parent a5597f1c84
commit 252498515a
5 changed files with 34 additions and 2 deletions
+18
View File
@@ -465,6 +465,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Hide {0} when the game UI is hidden..
/// </summary>
internal static string Options_HideWhenUiHidden_Description {
get {
return ResourceManager.GetString("Options_HideWhenUiHidden_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hide when game UI is hidden.
/// </summary>
internal static string Options_HideWhenUiHidden_Name {
get {
return ResourceManager.GetString("Options_HideWhenUiHidden_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The font {0} will use to display Japanese text..
/// </summary>