fluxxcode / egui-file-dialog

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

Add option to overwrite a file #106

Closed fluxxcode closed 5 months ago

fluxxcode commented 5 months ago

Added modal and option FileDialog::allow_file_overwrite to allow overwriting an already existing file when the dialog is in DialogMode::SaveFile mode.

Modal to ask the user if they really want to overwrite the existing file: Screenshot_20240515_194550

TODO:

Closes #101