mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 14:19:56 -04:00
missed a file somehow?
This commit is contained in:
parent
01347dfbe2
commit
5b6357ec4b
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ createWidget('user-menu-links', {
|
||||||
icon: 'user-secret' });
|
icon: 'user-secret' });
|
||||||
} else {
|
} else {
|
||||||
glyphs.push({ action: 'toggleAnonymous',
|
glyphs.push({ action: 'toggleAnonymous',
|
||||||
|
label: 'switch_from_anon',
|
||||||
|
className: 'disable-anonymous',
|
||||||
|
icon: 'ban' });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue