mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 23:30:28 +03:00
re-enable header buttons globally for now
This commit is contained in:
parent
6d4b37f96d
commit
1573353550
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ export function RoomViewHeader() {
|
||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
{!room.isCallRoom && (
|
{room.isCallRoom && (
|
||||||
<Box shrink="No">
|
<Box shrink="No">
|
||||||
{isDirectMessage() && (
|
{isDirectMessage() && (
|
||||||
<TooltipProvider
|
<TooltipProvider
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue