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>
+6
View File
@@ -1012,4 +1012,10 @@
<data name="Options_AdjustPosition_Warning" xml:space="preserve">
<value>Attention, this change applies immediately and is not discardable!</value>
</data>
<data name="Options_KeepInputFocus_Name" xml:space="preserve">
<value>Keep input focus</value>
</data>
<data name="Options_KeepInputFocus_Description" xml:space="preserve">
<value>Keeps the input focus, even if you enter battle or do other actions</value>
</data>
</root>