feat: add option to hide when not logged in
This commit is contained in:
Generated
+18
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user