pankow now supports links in menus

This commit is contained in:
Johannes Zellner
2025-04-22 17:27:10 +02:00
parent daac71ac9a
commit 9f94545283
4 changed files with 51 additions and 51 deletions

View File

@@ -170,8 +170,8 @@ async function onDomainChanged() {
infoMenu.value = [{
label: t('app.docsAction'),
// TODO support real href links
action: () => { window.open('https://docs.cloudron.io/email/'); }
href: 'https://docs.cloudron.io/email/',
target: '_blank',
}, {
label: t('email.config.clientConfiguration'),
disabled: !mailConfig.value.enabled,