Change to result types and dismissing
Pre-release
Pre-release
- Changed the underlying type of the dialog screens to be
Path | None
rather thanPath
. - Changed the way the dialogs cancel. Instead of dismissing with no result, a result is now set to
None
. That is, if something is selected then aPath
will be the result, if the user cancels thenNone
is the result. - Fixed
SelectDirectory
not showing the current selection on startup.