mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-23 07:01:39 +00:00
Make Cmd+A select all folders in the Folder Selection dialog (Cocoa)
Fixes #228.
This commit is contained in:
@@ -11,6 +11,9 @@ class PyDirectoryOutline(PyOutline):
|
||||
def removeSelectedDirectory(self):
|
||||
self.model.remove_selected()
|
||||
|
||||
def selectAll(self):
|
||||
self.model.select_all()
|
||||
|
||||
# python --> cocoa
|
||||
@dontwrap
|
||||
def refresh_states(self):
|
||||
|
||||
Reference in New Issue
Block a user