- Implement independent hide condition for popouts (closes #124)
This commit is contained in:
Generated
+9
@@ -3236,6 +3236,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use different hide condition than main window.
|
||||
/// </summary>
|
||||
internal static string Options_Tabs_IndependentHide {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Tabs_IndependentHide", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use different opacity than main window.
|
||||
/// </summary>
|
||||
|
||||
@@ -541,6 +541,9 @@
|
||||
<data name="Options_Tabs_Opacity">
|
||||
<value>Opacity</value>
|
||||
</data>
|
||||
<data name="Options_Tabs_IndependentHide">
|
||||
<value>Use different hide condition than main window</value>
|
||||
</data>
|
||||
<data name="Options_FontsEnabled">
|
||||
<value>Enable custom fonts</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user