mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Fixed prioritize dialog which was broken.
This commit is contained in:
@@ -16,6 +16,7 @@ class CriterionCategoryList(GUISelectableList):
|
||||
|
||||
def _update_selection(self):
|
||||
self.dialog.select_category(self.dialog.categories[self.selected_index])
|
||||
GUISelectableList._update_selection(self)
|
||||
|
||||
class PrioritizationList(GUISelectableList):
|
||||
def __init__(self, dialog):
|
||||
|
||||
Reference in New Issue
Block a user