Add reconnect button

This commit is contained in:
Simon Ser 2021-12-07 13:39:02 +01:00
parent fc93a8cef5
commit f6895fed32
2 changed files with 20 additions and 26 deletions

View file

@ -1634,6 +1634,7 @@ export default class App extends Component {
onChannelClick=${this.handleChannelClick}
onClose=${() => this.close(activeBuffer)}
onJoin=${() => this.handleJoinClick(activeBuffer)}
onReconnect=${() => this.reconnect()}
onAddNetwork=${this.handleAddNetworkClick}
onManageNetwork=${() => this.handleManageNetworkClick(activeBuffer.server)}
/>