Fix support link

pull/1/head
yflory 2019-07-04 11:47:36 +02:00
parent 9360bed187
commit b92075b78b
1 changed files with 1 additions and 1 deletions

View File

@ -1867,7 +1867,7 @@ define([
content: h('span', Messages.adminPage || 'Admin')
});
}
if (padType !== 'support' && accountName) {
if (padType !== 'support' && accountName && Config.supportMailbox) {
options.push({
tag: 'a',
attributes: {'class': 'cp-toolbar-menu-support fa fa-life-ring'},