mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-29 21:21:15 +02:00
Desktop: Sort attachments in a case insensitive way in Attachments screen (#4273)
Update to add case insensitive sorting - https://discourse.joplinapp.org/t/a-feature-request/13486/5?u=daeraxa
This commit is contained in:
parent
fdfbb84d37
commit
ca5ac9696b
@ -153,6 +153,7 @@ class ResourceScreenComponent extends React.Component<Props, State> {
|
||||
order: [{
|
||||
by: getSortingOrderColumn(sorting.order),
|
||||
dir: sorting.type,
|
||||
caseInsensitive: true,
|
||||
}],
|
||||
limit: MAX_RESOURCES,
|
||||
fields: ['title', 'id', 'size', 'file_extension'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user