Merge pull request #3695 from Nriver/master

add natural sort for notes, introduce new label #sortNatural
This commit is contained in:
zadam
2023-03-30 23:49:48 +02:00
committed by GitHub
5 changed files with 48 additions and 9 deletions

View File

@@ -42,6 +42,8 @@ module.exports = [
{ type: 'label', name: 'sorted' },
{ type: 'label', name: 'sortDirection' },
{ type: 'label', name: 'sortFoldersFirst' },
{ type: 'label', name: 'sortNatural' },
{ type: 'label', name: 'sortLocale' },
{ type: 'label', name: 'top' },
{ type: 'label', name: 'fullContentWidth' },
{ type: 'label', name: 'shareHiddenFromTree' },