forked from CringeStudios/gamja
components/buffer-header: fix duplicate settings button
This commit is contained in:
parent
54453c5f44
commit
f6ba40046f
@ -113,7 +113,6 @@ export default function BufferHeader(props) {
|
|||||||
} else {
|
} else {
|
||||||
if (fullyConnected) {
|
if (fullyConnected) {
|
||||||
actions.push(joinButton);
|
actions.push(joinButton);
|
||||||
actions.push(settingsButton);
|
|
||||||
} else if (props.server.status === ServerStatus.DISCONNECTED) {
|
} else if (props.server.status === ServerStatus.DISCONNECTED) {
|
||||||
actions.push(reconnectButton);
|
actions.push(reconnectButton);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user