Add support for selectable assets directory in GUI

This commit is contained in:
Tyrrrz
2023-02-17 21:30:10 +02:00
parent 95115f3e99
commit d1647e8286
9 changed files with 159 additions and 87 deletions

View File

@@ -35,6 +35,8 @@ public partial class SettingsService : SettingsManager
public bool LastShouldReuseAssets { get; set; }
public string? LastAssetsDirPath { get; set; }
public SettingsService()
{
Configuration.StorageSpace = StorageSpace.Instance;