You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop, Mobile: Fixes #9996: Sort notebooks in a case-insensitive way
This commit is contained in:
@@ -278,6 +278,7 @@ class BaseModel {
|
|||||||
limit: options.limit,
|
limit: options.limit,
|
||||||
order: options.order as any,
|
order: options.order as any,
|
||||||
page: 1,
|
page: 1,
|
||||||
|
caseInsensitive: options.caseInsensitive,
|
||||||
})}`;
|
})}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user