1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-04 19:16:07 +02:00

Desktop: Resolves #3569: Show full folder name in mouse-over pop-up text (#3590)

This commit is contained in:
Allan Jacquet-Cretides 2020-08-04 23:45:32 +02:00 committed by GitHub
parent ee2a474611
commit e4cfb518ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({