From b3f02736a128d975b3b28d743f79b4948eefb6c8 Mon Sep 17 00:00:00 2001 From: Allan Jacquet-Cretides Date: Mon, 3 Aug 2020 23:50:47 +0200 Subject: [PATCH] Desktop: Show full folder name in mouse-over pop-up text fix #3569 --- ElectronClient/gui/NoteToolbar/NoteToolbar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ElectronClient/gui/NoteToolbar/NoteToolbar.tsx b/ElectronClient/gui/NoteToolbar/NoteToolbar.tsx index 5044af5d150..08923a9d97d 100644 --- a/ElectronClient/gui/NoteToolbar/NoteToolbar.tsx +++ b/ElectronClient/gui/NoteToolbar/NoteToolbar.tsx @@ -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({