fluxxcode / egui-file-dialog

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

Deprecate FileDialog::overwrite_config #103

Closed fluxxcode closed 6 months ago

fluxxcode commented 6 months ago

FileDialog::overwrite_config has been deprecated because it is quite confusing to use and provides no value. \ FileDialog::with_config and FileDialog::config_mut should be used instead.