feat: add an option to hide redundant timestamps

This commit is contained in:
Anna
2022-02-18 13:47:31 -05:00
parent 04783fcf02
commit 048826baed
5 changed files with 32 additions and 1 deletions
+18
View File
@@ -564,6 +564,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Hide timestamps when previous messages have the same timestamp..
/// </summary>
internal static string Options_HideSameTimestamps_Description {
get {
return ResourceManager.GetString("Options_HideSameTimestamps_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hide timestamps when redundant.
/// </summary>
internal static string Options_HideSameTimestamps_Name {
get {
return ResourceManager.GetString("Options_HideSameTimestamps_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hide {0} when you are not logged in to a character..
/// </summary>