Skip to content

v1.0.0 - First Release

Compare
Choose a tag to compare
@98teg 98teg released this 16 May 18:05
· 55 commits to master since this release

Features

Five new native dialogs:

  • NativeDialogMessage: allows you to prompt the user with simple accept-deny dialogs and get their answer.
  • NativeDialogNotify: would show the user a brief message and fade away.
  • NativeDialogOpenFile: returns file paths selected by the user. It only allows existing files.
  • NativeDialogSaveFile: returns file path selected by the user. It allows the user to create a new file.
  • NativeDialogSelectFolder: returns folder path selected by the user.