fix: hide Desktop User Guide menu item in web builds (#4828)

This commit is contained in:
Vivek Chavan
2025-08-10 03:38:33 +05:30
committed by GitHub
parent 03ad06ea14
commit 48aea928e0

View File

@@ -198,6 +198,7 @@ const menuItems = computed<MenuItem[]>(() => {
key: 'desktop-guide',
type: 'item',
label: t('helpCenter.desktopUserGuide'),
visible: isElectron(),
action: () => {
openExternalLink(EXTERNAL_LINKS.DESKTOP_GUIDE)
emit('close')