Changes between Initial Version and Version 1 of Ticket #2191, comment 103
- Timestamp:
- Apr 25, 2020, 1:04:27 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2191, comment 103
initial v1 1 Longtime Filezilla user, and just had the program move a local directory, because I was 10 pixels off of the scrollbar when I dragged my mouse. Luckily I wasnoticed it and was able to reverse it manually, since there is no UNDO option.1 Longtime Filezilla user, and just had the program move a local directory, because I was 10 pixels off of the scrollbar when I dragged my mouse. Luckily I noticed it and was able to reverse it manually, since there is no UNDO option. 2 2 3 3 I see that over a 100 users, over more than a decade, have asked for a simple change to require a confirmation dialog before executing file and folder manipulation commands. … … 9 9 if (doing_any_file_manipulation) 10 10 { 11 if preferences.file_manipulations_require_confirmation == YES)11 if (preferences.file_manipulations_require_confirmation == YES) 12 12 then { 13 13 require_user_to_confirm(file_manipulation);