mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-01 15:49:11 +00:00
Add AM/PM to default date format as it was previously missing it
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user