1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-09 06:11:38 +00:00

Added PE's "trigger happy" scan type

ref #242
This commit is contained in:
Virgil Dupras
2014-03-30 16:01:56 -04:00
parent ba13b700b0
commit 9bd0ec8875
6 changed files with 42 additions and 6 deletions

View File

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