fluxxcode / egui-file-dialog

Full featured and customizable file dialog for egui
MIT License
87 stars 11 forks source link

Implement FileDialog::take_selected #52

Closed fluxxcode closed 8 months ago

fluxxcode commented 8 months ago

Implemented FileDialog::take_selected. Unlike FileDialog::selected, this method returns the selected path only once and sets the dialog state to DialogState::Closed.

Thanks @crumblingstatue!