Merge branch 'dev' of github.com:laurent22/joplin into dev

pull/3599/head
Laurent Cozic 2020-08-04 23:00:38 +01:00
commit b0b55718cc
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ function NoteToolbar(props:NoteToolbarProps) {
if (folderId && ['Search', 'Tag', 'SmartFilter'].includes(props.notesParentType)) {
output.push({
title: _('In: %s', substrWithEllipsis(folderTitle, 0, 16)),
tooltip: folderTitle,
iconName: 'fa-book',
onClick: () => {
props.dispatch({