BTTV emote support part 1 & keep Input focus option

This commit is contained in:
Infi
2024-05-08 00:04:07 +02:00
parent 8709c35ff1
commit 4210d634ab
11 changed files with 409 additions and 62 deletions
+18
View File
@@ -2093,6 +2093,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Keeps the input focus, even if you enter battle or do other actions.
/// </summary>
internal static string Options_KeepInputFocus_Description {
get {
return ResourceManager.GetString("Options_KeepInputFocus_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Keep input focus.
/// </summary>
internal static string Options_KeepInputFocus_Name {
get {
return ResourceManager.GetString("Options_KeepInputFocus_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The way in which {0} should handle keybinds..
/// </summary>