1
0
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:
Virgil Dupras
2016-11-22 02:41:43 +00:00
parent e4b6e12d4c
commit 76cc2000ab
4 changed files with 19 additions and 2 deletions

View File

@@ -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):