mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
Desktop, Mobile: Fixes #9996: Sort notebooks in a case-insensitive way
This commit is contained in:
parent
ef9a1daf18
commit
e5a643e796
@ -278,6 +278,7 @@ class BaseModel {
|
||||
limit: options.limit,
|
||||
order: options.order as any,
|
||||
page: 1,
|
||||
caseInsensitive: options.caseInsensitive,
|
||||
})}`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user