Stop redundantly downloading media when re-exporting (#395)

This commit is contained in:
Andrew Kolos
2020-10-23 09:38:15 -04:00
committed by GitHub
parent 949c9d3f1e
commit 520e023aff
9 changed files with 70 additions and 8 deletions

View File

@@ -16,6 +16,8 @@ namespace DiscordChatExporter.Gui.Services
public int ParallelLimit { get; set; } = 1;
public bool ShouldReuseMedia { get; set; } = false;
public AuthToken? LastToken { get; set; }
public ExportFormat LastExportFormat { get; set; } = ExportFormat.HtmlDark;