mirror of https://github.com/laurent22/joplin.git
Merge branch 'dev' of github.com:laurent22/joplin into dev
commit
b0b55718cc
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue