mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🎨 Account title
This commit is contained in:
parent
d5f292fde0
commit
d12b39c3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ ${window.siyuan.languages.account9}
|
|||
}
|
||||
if (window.siyuan.config.account.displayTitle && window.siyuan.user) {
|
||||
window.siyuan.user.userTitles.forEach(item => {
|
||||
html += `<div class="toolbar__item fn__a b3-tooltips b3-tooltips__sw" aria-label="${item.name}:${item.desc}">${item.icon}</div>`;
|
||||
html += `<div class="toolbar__item b3-tooltips b3-tooltips__sw" aria-label="${item.name}:${item.desc}">${item.icon}</div>`;
|
||||
});
|
||||
}
|
||||
document.getElementById("toolbarVIP").innerHTML = html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue