1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00

changed the icon of automatic search

This commit is contained in:
antelle 2019-09-08 12:59:45 +02:00
parent bfbfaf559a
commit e3081cba17

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) {