From d59a09fd29512541124ff838d504a8aee21cd894 Mon Sep 17 00:00:00 2001 From: Suchith <153613893+suchithms19@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:12:08 +0530 Subject: [PATCH] Desktop: Fixes #12233: Add tooltips to sidebar buttons (#12798) --- .../gui/Sidebar/hooks/useOnRenderListWrapper.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/app-desktop/gui/Sidebar/hooks/useOnRenderListWrapper.tsx b/packages/app-desktop/gui/Sidebar/hooks/useOnRenderListWrapper.tsx index 224c646271..35ef7bc038 100644 --- a/packages/app-desktop/gui/Sidebar/hooks/useOnRenderListWrapper.tsx +++ b/packages/app-desktop/gui/Sidebar/hooks/useOnRenderListWrapper.tsx @@ -27,7 +27,7 @@ const CollapseExpandAllButton = (props: CollapseExpandAllButtonProps) => { const icon = props.allFoldersCollapsed ? 'far fa-caret-square-right' : 'far fa-caret-square-down'; const label = props.allFoldersCollapsed ? _('Expand all notebooks') : _('Collapse all notebooks'); - return