mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 20:20:29 +03:00
Open room options with right click
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
60c44da974
commit
c50565dfda
2 changed files with 10 additions and 2 deletions
|
|
@ -106,6 +106,7 @@ function Selector({
|
|||
notificationCount={abbreviateNumber(noti.getTotalNoti(roomId))}
|
||||
isAlert={noti.getHighlightNoti(roomId) !== 0}
|
||||
onClick={onClick}
|
||||
onContextMenu={openRoomOptions}
|
||||
options={(
|
||||
<IconButton
|
||||
size="extra-small"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue