changed the icon of automatic search

This commit is contained in:
antelle 2019-09-08 12:59:45 +02:00
parent bfbfaf559a
commit e3081cba17
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ const ListSearchView = Backbone.View.extend({
icon: 'sort-amount-desc',
loc: () => Locale.searchAttachments
},
{ value: '-rank', icon: 'sort-numeric-desc', loc: () => Locale.searchRank }
{ value: '-rank', icon: 'sort-amount-desc', loc: () => Locale.searchRank }
];
this.sortIcons = {};
this.sortOptions.forEach(function(opt) {