feat: add option to hide when not logged in

This commit is contained in:
Anna
2022-02-06 03:45:16 -05:00
parent b2546c439e
commit b82cb7b462
5 changed files with 33 additions and 0 deletions
+18
View File
@@ -357,6 +357,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Hide the chat when you are not logged in to a character..
/// </summary>
internal static string Options_HideWhenNotLoggedIn_Description {
get {
return ResourceManager.GetString("Options_HideWhenNotLoggedIn_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hide when not logged in.
/// </summary>
internal static string Options_HideWhenNotLoggedIn_Name {
get {
return ResourceManager.GetString("Options_HideWhenNotLoggedIn_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The font Chat 2 will use to display Japanese text..
/// </summary>
+6
View File
@@ -353,4 +353,10 @@
<data name="ChatLog_Tabs_Delete" xml:space="preserve">
<value>Delete tab</value>
</data>
<data name="Options_HideWhenNotLoggedIn_Name" xml:space="preserve">
<value>Hide when not logged in</value>
</data>
<data name="Options_HideWhenNotLoggedIn_Description" xml:space="preserve">
<value>Hide the chat when you are not logged in to a character.</value>
</data>
</root>