forked from Shiloh/remnantchat
fix: always show link button
This commit is contained in:
parent
19d0faaccc
commit
51a17a72a3
@ -99,6 +99,16 @@ export const ShellAppBar = ({
|
|||||||
>
|
>
|
||||||
{title}
|
{title}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
<Tooltip title="Copy current URL">
|
||||||
|
<IconButton
|
||||||
|
size="large"
|
||||||
|
color="inherit"
|
||||||
|
aria-label="Copy current URL"
|
||||||
|
onClick={onLinkButtonClick}
|
||||||
|
>
|
||||||
|
<LinkIcon />
|
||||||
|
</IconButton>
|
||||||
|
</Tooltip>
|
||||||
{doShowPeers ? (
|
{doShowPeers ? (
|
||||||
<>
|
<>
|
||||||
<Tooltip title="Show QR Code">
|
<Tooltip title="Show QR Code">
|
||||||
@ -111,16 +121,6 @@ export const ShellAppBar = ({
|
|||||||
<QrCode2Icon />
|
<QrCode2Icon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Tooltip title="Copy current URL">
|
|
||||||
<IconButton
|
|
||||||
size="large"
|
|
||||||
color="inherit"
|
|
||||||
aria-label="Copy current URL"
|
|
||||||
onClick={onLinkButtonClick}
|
|
||||||
>
|
|
||||||
<LinkIcon />
|
|
||||||
</IconButton>
|
|
||||||
</Tooltip>
|
|
||||||
<Tooltip title="Click to show peer list">
|
<Tooltip title="Click to show peer list">
|
||||||
<IconButton
|
<IconButton
|
||||||
size="large"
|
size="large"
|
||||||
|
Loading…
Reference in New Issue
Block a user