forked from CringeStudios/gamja
Show "Manage network" even if upstream is disconnected
Fixes: 86853eb2e552 ("components/buffer-header: hide action buttons when disconnected")
This commit is contained in:
parent
451bb4c73f
commit
1e84412172
@ -90,6 +90,8 @@ export default function BufferHeader(props) {
|
||||
if (props.server.isupport.get("BOUNCER_NETID")) {
|
||||
if (fullyConnected) {
|
||||
actions.push(joinButton);
|
||||
}
|
||||
if (props.server.status === ServerStatus.REGISTERED) {
|
||||
actions.push(html`
|
||||
<button
|
||||
key="manage"
|
||||
|
Loading…
x
Reference in New Issue
Block a user