feat: add option to hide when game ui is hidden
This commit is contained in:
Generated
+18
@@ -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>
|
||||
|
||||
@@ -401,4 +401,10 @@
|
||||
<data name="Options_CommandHelpSide_Description" xml:space="preserve">
|
||||
<value>The side of {0} to display help for commands on.</value>
|
||||
</data>
|
||||
<data name="Options_HideWhenUiHidden_Name" xml:space="preserve">
|
||||
<value>Hide when game UI is hidden</value>
|
||||
</data>
|
||||
<data name="Options_HideWhenUiHidden_Description" xml:space="preserve">
|
||||
<value>Hide {0} when the game UI is hidden.</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user