mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-04 19:16:07 +02:00
This commit is contained in:
parent
ee2a474611
commit
e4cfb518ba
@ -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…
x
Reference in New Issue
Block a user