feat: add popped-out tab opacity

This commit is contained in:
Anna
2022-02-19 16:09:32 -05:00
parent 28545f1df6
commit e55bfcfb49
6 changed files with 77 additions and 1 deletions
+36
View File
@@ -807,6 +807,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Show title bar for popped-out tabs.
/// </summary>
internal static string Options_ShowPopOutTitleBar_Name {
get {
return ResourceManager.GetString("Options_ShowPopOutTitleBar_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show title bar for chat.
/// </summary>
@@ -915,6 +924,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Use different opacity than main window.
/// </summary>
internal static string Options_Tabs_IndependentOpacity {
get {
return ResourceManager.GetString("Options_Tabs_IndependentOpacity", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Input channel.
/// </summary>
@@ -969,6 +987,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Opacity.
/// </summary>
internal static string Options_Tabs_Opacity {
get {
return ResourceManager.GetString("Options_Tabs_Opacity", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Display in separate window.
/// </summary>
internal static string Options_Tabs_PopOut {
get {
return ResourceManager.GetString("Options_Tabs_PopOut", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Preset: {0}.
/// </summary>