Add option to limit the amount of shown log lines

This commit is contained in:
Harold Iedema
2024-04-18 16:13:46 +02:00
parent 04b1063972
commit e0793a51da
7 changed files with 80 additions and 29 deletions
+18
View File
@@ -2093,6 +2093,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Limits the amount of log lines to show in the chat window. This may slightly improve performance..
/// </summary>
internal static string Options_MaxLinesToShow_Description {
get {
return ResourceManager.GetString("Options_MaxLinesToShow_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Maximum amount of log lines to display in the chat window.
/// </summary>
internal static string Options_MaxLinesToShow_Name {
get {
return ResourceManager.GetString("Options_MaxLinesToShow_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Miscellaneous.
/// </summary>