Skip to content

Commit

Permalink
feat: add "tmp" and "xmp_original" to excluded extensions of the md5 …
Browse files Browse the repository at this point in the history
…list fixer (#3393)
  • Loading branch information
ProtagNeptune authored Feb 8, 2025
1 parent da3559b commit 1356640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/utils/md5-fix/md5-fix.ui
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<item row="6" column="1">
<widget class="QLineEdit" name="lineExcludeExtensions">
<property name="text">
<string>txt, xmp</string>
<string>txt, tmp, xmp, xmp_original</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 1356640

Please sign in to comment.