mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-16 23:01:10 +01:00
Merge pull request #9535 from hanadi92/fix-leave-space-at-bottom
Fix: Move "Leave Space" option to the bottom of space context menu
This commit is contained in:
commit
683fa290a9
@ -261,9 +261,9 @@ const SpaceContextMenu = ({ space, hideHeader, onFinished, ...props }: IProps) =
|
|||||||
label={_t("Preferences")}
|
label={_t("Preferences")}
|
||||||
onClick={onPreferencesClick}
|
onClick={onPreferencesClick}
|
||||||
/>
|
/>
|
||||||
|
{ devtoolsOption }
|
||||||
{ settingsOption }
|
{ settingsOption }
|
||||||
{ leaveOption }
|
{ leaveOption }
|
||||||
{ devtoolsOption }
|
|
||||||
{ newRoomSection }
|
{ newRoomSection }
|
||||||
</IconizedContextMenuOptionList>
|
</IconizedContextMenuOptionList>
|
||||||
</IconizedContextMenu>;
|
</IconizedContextMenu>;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user