pub const SHOW_OPEN_PANEL: Selector<FileDialogOptions>;Expand description
When submitted by the application, a file picker dialog will be shown to the user,
and an OPEN_FILE command will be sent if a path is chosen.
pub const SHOW_OPEN_PANEL: Selector<FileDialogOptions>;When submitted by the application, a file picker dialog will be shown to the user,
and an OPEN_FILE command will be sent if a path is chosen.