1
0
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:
Laurent Cozic 2024-02-26 19:27:29 +00:00
parent ef9a1daf18
commit e5a643e796

View File

@ -278,6 +278,7 @@ class BaseModel {
limit: options.limit,
order: options.order as any,
page: 1,
caseInsensitive: options.caseInsensitive,
})}`;
}