diff --git a/components/buffer-header.js b/components/buffer-header.js index e407448..5b2b56a 100644 --- a/components/buffer-header.js +++ b/components/buffer-header.js @@ -113,7 +113,6 @@ export default function BufferHeader(props) { } else { if (fullyConnected) { actions.push(joinButton); - actions.push(settingsButton); } else if (props.server.status === ServerStatus.DISCONNECTED) { actions.push(reconnectButton); }