mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
[#138] Began implementing the Cocoa interface of the prioritization dialog.
This commit is contained in:
@@ -50,6 +50,7 @@ class PrioritizeDialog:
|
||||
self.criteria_list = GUISelectableList()
|
||||
self.prioritizations = []
|
||||
self.prioritization_list = PrioritizationList(self)
|
||||
self.category_list.select(0)
|
||||
|
||||
#--- Private
|
||||
def _sort_key(self, dupe):
|
||||
|
||||
Reference in New Issue
Block a user