mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-25 07:24:14 +00:00
Move "reuse assets" option in GUI from settings to export dialog
This commit is contained in:
@@ -19,8 +19,6 @@ public partial class SettingsService : SettingsManager
|
||||
|
||||
public int ParallelLimit { get; set; } = 1;
|
||||
|
||||
public bool ShouldReuseAssets { get; set; }
|
||||
|
||||
public Version? LastAppVersion { get; set; }
|
||||
|
||||
public string? LastToken { get; set; }
|
||||
@@ -35,6 +33,8 @@ public partial class SettingsService : SettingsManager
|
||||
|
||||
public bool LastShouldDownloadAssets { get; set; }
|
||||
|
||||
public bool LastShouldReuseAssets { get; set; }
|
||||
|
||||
public SettingsService()
|
||||
{
|
||||
Configuration.StorageSpace = StorageSpace.Instance;
|
||||
|
||||
Reference in New Issue
Block a user