mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Add name change to context menu
This commit is contained in:
parent
b6ee3b7dfe
commit
6a002fab81
@ -111,6 +111,10 @@ export const AvatarInfoWidgetOwnAvatarView: FC<AvatarInfoWidgetOwnAvatarViewProp
|
|||||||
</ContextMenuHeaderView>
|
</ContextMenuHeaderView>
|
||||||
{ (mode === MODE_NORMAL) &&
|
{ (mode === MODE_NORMAL) &&
|
||||||
<>
|
<>
|
||||||
|
{ userData.allowNameChange &&
|
||||||
|
<ContextMenuListItemView onClick={ event => processAction('change_name') }>
|
||||||
|
{ LocalizeText('widget.avatar.change_name') }
|
||||||
|
</ContextMenuListItemView> }
|
||||||
<ContextMenuListItemView onClick={ event => processAction('decorate') }>
|
<ContextMenuListItemView onClick={ event => processAction('decorate') }>
|
||||||
{ LocalizeText('widget.avatar.decorate') }
|
{ LocalizeText('widget.avatar.decorate') }
|
||||||
</ContextMenuListItemView>
|
</ContextMenuListItemView>
|
||||||
|
Loading…
Reference in New Issue
Block a user