mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Add UI preference to picture cache type under Qt
This commit is contained in:
@@ -115,6 +115,7 @@ class DupeGuru(QObject):
|
||||
scanned_tags.add('year')
|
||||
self.model.options['scanned_tags'] = scanned_tags
|
||||
self.model.options['match_scaled'] = self.prefs.match_scaled
|
||||
self.model.options['picture_cache_type'] = self.prefs.picture_cache_type
|
||||
|
||||
#--- Private
|
||||
def _get_details_dialog_class(self):
|
||||
|
||||
Reference in New Issue
Block a user