mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
[#138] Added drag & drop criteria re-ordering capabilities to the re-prioritization panel.
This commit is contained in:
@@ -101,3 +101,8 @@ class TestApp(TestAppBase):
|
||||
# maintainable.
|
||||
index = self.pdialog.category_list.index(name)
|
||||
self.pdialog.category_list.select(index)
|
||||
|
||||
def add_pri_criterion(self, name, index):
|
||||
self.select_pri_criterion("Kind")
|
||||
self.pdialog.criteria_list.select([index])
|
||||
self.pdialog.add_selected()
|
||||
|
||||
Reference in New Issue
Block a user