fluxxcode / egui-file-dialog

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

Implement keep focus option #112

Closed fluxxcode closed 5 months ago

fluxxcode commented 5 months ago

Implemented FileDialog::keep_focus option, which keeps the file dialog window in focus so that it appears on top of all other windows, even if the user clicks outside the window.