Add AM/PM to default date format as it was previously missing it

pull/17/head
Alexey Golub 7 years ago
parent ca452d2421
commit b280f8b736

@ -6,7 +6,7 @@ namespace DiscordChatExporter.Services
public class SettingsService : SettingsManager, ISettingsService
{
public Theme Theme { get; set; }
public string DateFormat { get; set; } = "dd-MMM-yy hh:mm";
public string DateFormat { get; set; } = "dd-MMM-yy hh:mm tt";
public int MessageGroupLimit { get; set; } = 20;
public string LastToken { get; set; }

Loading…
Cancel
Save