Filter which messages are exported (#622)

This commit is contained in:
Lucas LaBuff
2021-07-07 15:14:40 -04:00
committed by GitHub
parent 95cd6cb50c
commit d39fc212b6
21 changed files with 327 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ namespace DiscordChatExporter.Gui.Services
public string? LastPartitionLimitValue { get; set; }
public string? LastMessageFilterValue { get; set; }
public bool LastShouldDownloadMedia { get; set; }
public SettingsService()