feat: add popped-out tab opacity
This commit is contained in:
Generated
+36
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user