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.
Moved configuration options of the file dialog to new
FileDialogConfig
struct and implementedFileDialog::overwrite_config
. This is useful when you want to configure multipleFileDialog
objects with the same configuration.Also removed the
window_
prefix from the window options.