mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-22 05:57:30 +00:00
Refactor, rename the concept of "download media" to "download assets", including related mentions
This commit is contained in:
@@ -16,7 +16,7 @@ public partial class SettingsService : SettingsManager
|
||||
|
||||
public int ParallelLimit { get; set; } = 1;
|
||||
|
||||
public bool ShouldReuseMedia { get; set; }
|
||||
public bool ShouldReuseAssets { get; set; }
|
||||
|
||||
public string? LastToken { get; set; }
|
||||
|
||||
@@ -26,7 +26,7 @@ public partial class SettingsService : SettingsManager
|
||||
|
||||
public string? LastMessageFilterValue { get; set; }
|
||||
|
||||
public bool LastShouldDownloadMedia { get; set; }
|
||||
public bool LastShouldDownloadAssets { get; set; }
|
||||
|
||||
public SettingsService()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user