You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we can use the show confirm dialog when deleting : each time we will try to delete a file, this will prompt for a confirmation box.
Having a second option would be great to have a confirm dialog only in the case we select all the copies of a specific file, to avoid deleting all of them in case they all match a select custom.
The text was updated successfully, but these errors were encountered:
onemoz
changed the title
extra confirmation when trying to delete all similar files
extra confirmation when trying to delete all copies of a file
Jan 4, 2021
I have to manually go through and handle every single one of these groups, though, which is the biggest problem I have with FSLint, and there is no other solution I can find on Linux.
It would be better to allow us to just ignore those match groups and delete the rest:
Or push a button to unselect all groups which have all files selected, while keeping the other groups unchanged.
Then we don't have to manually remove each group that has all files selected.
Currently, we can use the
show confirm dialog when deleting
: each time we will try to delete a file, this will prompt for a confirmation box.Having a second option would be great to have a confirm dialog only in the case we select all the copies of a specific file, to avoid deleting all of them in case they all match a
select custom
.The text was updated successfully, but these errors were encountered: