Skip to content

Looking for an example how to open multiple files at once #2420

@mariogeiger

Description

@mariogeiger

I'm looking for a minimal example showing how to open multiple files.

Here is what I tried unsuccessfully.

commands::SHOW_OPEN_PANEL.with(
 FileDialogOptions::new()
 .multi_selection()
 .button_text("Open"),
)

but it's not triggering commands::OPEN_FILES. It keeps triggering commands::OPEN_FILE even if I select multiple files.

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