feat: add close button to chat log

This commit is contained in:
Dean Sheather
2024-07-08 16:57:37 +10:00
parent ec67364360
commit fef9122eca
6 changed files with 46 additions and 4 deletions
+18
View File
@@ -2831,6 +2831,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Show a close button next to the settings button. The chat window can be returned by pressing return or slash to focus it..
/// </summary>
internal static string Options_ShowCloseButton_Description {
get {
return ResourceManager.GetString("Options_ShowCloseButton_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show close button.
/// </summary>
internal static string Options_ShowCloseButton_Name {
get {
return ResourceManager.GetString("Options_ShowCloseButton_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Replaces words with their emote version, currently supports BetterTTV..
/// </summary>
+6
View File
@@ -163,6 +163,12 @@
<data name="Options_ShowNoviceNetwork_Description">
<value>Show the Novice Network join button next to the settings button if logged in as a mentor.</value>
</data>
<data name="Options_ShowCloseButton_Name" xml:space="preserve">
<value>Show close button</value>
</data>
<data name="Options_ShowCloseButton_Description" xml:space="preserve">
<value>Show a close button next to the settings button. The chat window can be returned by pressing return or slash to focus it.</value>
</data>
<data name="Options_FontSize_Name">
<value>Font size</value>
</data>