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}
|
||||
</Typography>
|
||||
<Tooltip title="Copy current URL">
|
||||
<IconButton
|
||||
size="large"
|
||||
color="inherit"
|
||||
aria-label="Copy current URL"
|
||||
onClick={onLinkButtonClick}
|
||||
>
|
||||
<LinkIcon />
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
{doShowPeers ? (
|
||||
<>
|
||||
<Tooltip title="Show QR Code">
|
||||
@ -111,16 +121,6 @@ export const ShellAppBar = ({
|
||||
<QrCode2Icon />
|
||||
</IconButton>
|
||||
</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">
|
||||
<IconButton
|
||||
size="large"
|
||||
|
Loading…
Reference in New Issue
Block a user