mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Show "Manage network" even if upstream is disconnected
Fixes: 86853eb2e5
("components/buffer-header: hide action buttons when disconnected")
This commit is contained in:
parent
451bb4c73f
commit
1e84412172
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue