Rename close to hide and change icon

This commit is contained in:
Infi
2024-07-08 12:10:27 +02:00
parent bea2f51192
commit cd750a3ccb
7 changed files with 32 additions and 30 deletions
+18 -18
View File
@@ -2831,24 +2831,6 @@ 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>
@@ -2867,6 +2849,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Show a hide 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_ShowHideButton_Description {
get {
return ResourceManager.GetString("Options_ShowHideButton_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show hide button.
/// </summary>
internal static string Options_ShowHideButton_Name {
get {
return ResourceManager.GetString("Options_ShowHideButton_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show the Novice Network join button next to the settings button if logged in as a mentor..
/// </summary>