mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 03:06:53 -04:00
Add AM/PM to default date format as it was previously missing it
This commit is contained in:
parent
ca452d2421
commit
b280f8b736
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue