Skip to content

Selecting multiple files #2366

@Pianisimo

Description

@Pianisimo

Right now after creating a FileDialogOptions and showing it:

let options = FileDialogOptions::new().multi_selection(); ctx.submit_command(commands::SHOW_OPEN_PANEL.with(options))

it can only be handled with the cmd.get(commands::OPEN_FILE). I have implemented a case for cmd.get(commands::OPEN_FILES) in my AppDelegate, but couldn't find a way to call it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions