mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Fixed sorting.
This commit is contained in:
@@ -17,7 +17,7 @@ class StatsLabel(GUIObject):
|
||||
|
||||
@property
|
||||
def display(self):
|
||||
return self.app.results.stat_line
|
||||
return self.app.stat_line
|
||||
|
||||
def results_changed(self):
|
||||
self.view.refresh()
|
||||
|
||||
Reference in New Issue
Block a user