Skip to content

Change to result types and dismissing

Pre-release
Pre-release
Compare
Choose a tag to compare
@davep davep released this 04 Jun 07:58
· 154 commits to main since this release
8329693
  • Changed the underlying type of the dialog screens to be Path | None rather than Path.
  • 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 a Path will be the result, if the user cancels then None is the result.
  • Fixed SelectDirectory not showing the current selection on startup.