fluxxcode / egui-file-dialog

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

Implement file dialog configuration #58

Closed fluxxcode closed 8 months ago

fluxxcode commented 8 months ago

Moved configuration options of the file dialog to new FileDialogConfig struct and implemented FileDialog::overwrite_config. This is useful when you want to configure multiple FileDialog objects with the same configuration.

Also removed the window_ prefix from the window options.