components/buffer-header: fix duplicate settings button
This commit is contained in:
parent
54453c5f44
commit
f6ba40046f
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue