fluxxcode / egui-file-dialog

Full featured and customizable file dialog for egui
MIT License
78 stars 10 forks source link

Added labels_mut and config_mut #79

Closed fluxxcode closed 6 months ago

fluxxcode commented 6 months ago

Implemented FileDialog::labels_mut and FileDialog::config_mut so we don't have to clone the dialog when updating labels or config.