Hi,
So there are two reasons for this update:
1- When you select many files for delete, it is hard to click on the cancel option by mouse.
2- It is better to use a dialog instead of panel so it will follow Sublime principles.
ToDo:
1- If there were more than for example 3 files selected, we will only show the number of selected files, and no file path will be shown.
2- We will use ok_cancel_dialog instead of show_quick_panel here.
P.S. I can send a PR for this.

Hi,
So there are two reasons for this update:
1- When you select many files for delete, it is hard to click on the
canceloption by mouse.2- It is better to use a
dialoginstead ofpanelso it will follow Sublime principles.ToDo:
1- If there were more than for example
3files selected, we will only show the number of selected files, and no file path will be shown.2- We will use
ok_cancel_dialoginstead ofshow_quick_panelhere.P.S. I can send a PR for this.