Skip to content

Commit

Permalink
Desktop: Resolves #3569: Show full folder name in mouse-over pop-up t…
Browse files Browse the repository at this point in the history
…ext (#3590)
  • Loading branch information
Jumanjii committed Aug 4, 2020
1 parent ee2a474 commit e4cfb51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ElectronClient/gui/NoteToolbar/NoteToolbar.tsx
Expand Up @@ -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({
Expand Down

0 comments on commit e4cfb51

Please sign in to comment.