- Support locked channels

- Implement render limit for webinterface [default 1000]
This commit is contained in:
Infi
2024-09-02 12:46:09 +02:00
parent a9da2cafc2
commit 725fe449f8
9 changed files with 60 additions and 14 deletions
+18
View File
@@ -3533,6 +3533,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Limits the amount of log lines to show in the webinterface. This will improve loading performance..
/// </summary>
internal static string Options_WebinterfaceMaxLinesToSend_Description {
get {
return ResourceManager.GetString("Options_WebinterfaceMaxLinesToSend_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Log line limit for the webinterface.
/// </summary>
internal static string Options_WebinterfaceMaxLinesToSend_Name {
get {
return ResourceManager.GetString("Options_WebinterfaceMaxLinesToSend_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Window opacity.
/// </summary>