mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:37:23 +01:00
Remember folder for MCDF Import and Export (#48)
* remember last MCDF directory * name mcdf export from description
This commit is contained in:
parent
fe61b5044b
commit
26db03f215
3 changed files with 15 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue