Move "reuse assets" option in GUI from settings to export dialog

This commit is contained in:
Tyrrrz
2023-02-15 22:59:08 +02:00
parent 20a952aec5
commit 6620c6299c
6 changed files with 25 additions and 25 deletions

View File

@@ -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;