mirror of https://github.com/laurent22/joplin.git
Desktop, Mobile: Fixes #9996: Sort notebooks in a case-insensitive way
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