Add down arrow to descending sort options
This commit is contained in:
parent
201e43f56b
commit
cbbd583868
|
@ -81,6 +81,7 @@ function addSortOptions() {
|
|||
const option = $create('option');
|
||||
const optgroup = $create('optgroup');
|
||||
const meta = {
|
||||
desc: ' ⇩',
|
||||
enabled: t('genericEnabledLabel'),
|
||||
disabled: t('genericDisabledLabel'),
|
||||
dateNew: ` (${t('sortDateNewestFirst')})`,
|
||||
|
|
Loading…
Reference in New Issue
Block a user