Closed rodlie closed 6 years ago
master (and possible 6.1) compares mime type against file type for custom actions, this is wrong! Also use ==, not contains().
==
contains()
Also add a way to reset custom actions to default (and import defaults).
fixed in master and 6.1
master (and possible 6.1) compares mime type against file type for custom actions, this is wrong! Also use
==
, notcontains()
.