feat: add tab pop-out

This commit is contained in:
Anna
2022-02-18 13:35:46 -05:00
parent fed6b9c5a6
commit 04783fcf02
4 changed files with 57 additions and 2 deletions
+9
View File
@@ -123,6 +123,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Pop out.
/// </summary>
internal static string ChatLog_Tabs_PopOut {
get {
return ResourceManager.GetString("ChatLog_Tabs_PopOut", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Alliance Member.
/// </summary>
+3
View File
@@ -473,4 +473,7 @@
<data name="Options_SharedMode_Warning" xml:space="preserve">
<value>This option is not recommended. No support will be offered if you enable this option. This option will hurt the performance of {0}.</value>
</data>
<data name="ChatLog_Tabs_PopOut" xml:space="preserve">
<value>Pop out</value>
</data>
</root>