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)) {
|
if (folderId && ['Search', 'Tag', 'SmartFilter'].includes(props.notesParentType)) {
|
||||||
output.push({
|
output.push({
|
||||||
title: _('In: %s', substrWithEllipsis(folderTitle, 0, 16)),
|
title: _('In: %s', substrWithEllipsis(folderTitle, 0, 16)),
|
||||||
|
tooltip: folderTitle,
|
||||||
iconName: 'fa-book',
|
iconName: 'fa-book',
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
props.dispatch({
|
props.dispatch({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user