mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
[#138] Added a crude-but-functional reprioritization dialog in Qt.
This commit is contained in:
@@ -46,7 +46,7 @@ class Criterion:
|
||||
|
||||
@property
|
||||
def display(self):
|
||||
return "{} ({})".format(self.category.NAME, self.value)
|
||||
return "{} ({})".format(self.category.NAME, self.display_value)
|
||||
|
||||
|
||||
class KindCategory(CriterionCategory):
|
||||
|
||||
Reference in New Issue
Block a user