mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-09 06:11:38 +00:00
@@ -20,6 +20,7 @@ tr = trget('ui')
|
||||
SCAN_TYPE_ORDER = [
|
||||
ScanType.FuzzyBlock,
|
||||
ScanType.ExifTimestamp,
|
||||
ScanType.TriggerHappyMode,
|
||||
]
|
||||
|
||||
class PreferencesDialog(PreferencesDialogBase):
|
||||
@@ -32,6 +33,7 @@ class PreferencesDialog(PreferencesDialogBase):
|
||||
scanTypeLabels = [
|
||||
tr("Contents"),
|
||||
tr("EXIF Timestamp"),
|
||||
tr("Trigger-happy mode"),
|
||||
]
|
||||
self._setupScanTypeBox(scanTypeLabels)
|
||||
self._setupFilterHardnessBox()
|
||||
|
||||
Reference in New Issue
Block a user