mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 23:50:52 +01:00
Ordering the Actions before the Dance menu
This commit is contained in:
parent
81702e1a58
commit
24e932e2fd
@ -133,6 +133,10 @@ export const AvatarInfoWidgetOwnAvatarView: FC<AvatarInfoWidgetOwnAvatarViewProp
|
|||||||
<ContextMenuListItemView onClick={ event => processAction('change_looks') }>
|
<ContextMenuListItemView onClick={ event => processAction('change_looks') }>
|
||||||
{ LocalizeText('widget.memenu.myclothes') }
|
{ LocalizeText('widget.memenu.myclothes') }
|
||||||
</ContextMenuListItemView>
|
</ContextMenuListItemView>
|
||||||
|
<ContextMenuListItemView onClick={ event => processAction('expressions') }>
|
||||||
|
<FaChevronRight className="right fa-icon" />
|
||||||
|
{ LocalizeText('infostand.link.expressions') }
|
||||||
|
</ContextMenuListItemView>
|
||||||
{ (HasHabboClub() && !isRidingHorse) &&
|
{ (HasHabboClub() && !isRidingHorse) &&
|
||||||
<ContextMenuListItemView onClick={ event => processAction('dance_menu') }>
|
<ContextMenuListItemView onClick={ event => processAction('dance_menu') }>
|
||||||
<FaChevronRight className="right fa-icon" />
|
<FaChevronRight className="right fa-icon" />
|
||||||
@ -146,10 +150,6 @@ export const AvatarInfoWidgetOwnAvatarView: FC<AvatarInfoWidgetOwnAvatarViewProp
|
|||||||
<ContextMenuListItemView onClick={ event => processAction('dance_stop') }>
|
<ContextMenuListItemView onClick={ event => processAction('dance_stop') }>
|
||||||
{ LocalizeText('widget.memenu.dance.stop') }
|
{ LocalizeText('widget.memenu.dance.stop') }
|
||||||
</ContextMenuListItemView> }
|
</ContextMenuListItemView> }
|
||||||
<ContextMenuListItemView onClick={ event => processAction('expressions') }>
|
|
||||||
<FaChevronRight className="right fa-icon" />
|
|
||||||
{ LocalizeText('infostand.link.expressions') }
|
|
||||||
</ContextMenuListItemView>
|
|
||||||
<ContextMenuListItemView onClick={ event => processAction('signs') }>
|
<ContextMenuListItemView onClick={ event => processAction('signs') }>
|
||||||
<FaChevronRight className="right fa-icon" />
|
<FaChevronRight className="right fa-icon" />
|
||||||
{ LocalizeText('infostand.show.signs') }
|
{ LocalizeText('infostand.show.signs') }
|
||||||
|
Loading…
Reference in New Issue
Block a user