Start on the last known folder

This commit is contained in:
Lars Brubaker 2023-03-16 12:17:35 -07:00
parent 1f3e3981f9
commit 7cc493a872
3 changed files with 37 additions and 2 deletions

View file

@ -1113,7 +1113,9 @@ namespace MatterHackers.MatterControl.DesignTools
new SelectFolderDialogParams(directoryPathAttribute.Message)
{
ActionButtonLabel = directoryPathAttribute.ActionLabel,
Title = ApplicationController.Instance.ProductName + " - " + "Select A Folder".Localize()
Title = ApplicationController.Instance.ProductName + " - " + "Select A Folder".Localize(),
RootFolder = SelectFolderDialogParams.RootFolderTypes.Specify,
FolderPath = stringValue
},
(openParams) =>
{