Remember folder for MCDF Import and Export (#48)

* remember last MCDF directory

* name mcdf export from description
This commit is contained in:
Cara
2023-03-18 20:56:14 +10:30
committed by GitHub
parent fe61b5044b
commit 26db03f215
3 changed files with 15 additions and 4 deletions

View File

@@ -36,4 +36,5 @@ public class MareConfig : IMareConfiguration
public int TransferBarsWidth { get; set; } = 250;
public int Version { get; set; } = 1;
public NotificationLocation WarningNotification { get; set; } = NotificationLocation.Both;
public string ExportFolder { get; set; } = string.Empty;
}