fix(nc-gui): some tooltip related issue in mobile view

This commit is contained in:
Ramesh Mane
2025-09-25 09:34:41 +00:00
parent be6a834b91
commit 65e8c17fe3
4 changed files with 14 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ const showSidebarBtn = computed(() => {
}"
placement="bottom"
hide-on-click
:disabled="!!isMobileMode"
>
<template #title>
{{ isLeftSidebarOpen ? `${$t('title.hideSidebar')}` : `${$t('title.showSidebar')}` }}