mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
[#194 state:fixed] Added the "Replace with symlink" deletion option.
This commit is contained in:
@@ -15,7 +15,8 @@ class DeletionOptions(GUIObject):
|
||||
#
|
||||
|
||||
def show(self, mark_count):
|
||||
self.hardlink = False
|
||||
self.link_deleted = False
|
||||
self.use_hardlinks = False
|
||||
self.direct = False
|
||||
msg = tr("You are sending {} file(s) to the Trash.").format(mark_count)
|
||||
self.view.update_msg(msg)
|
||||
|
||||
Reference in New Issue
Block a user