Add reconnect button
This commit is contained in:
parent
fc93a8cef5
commit
f6895fed32
2 changed files with 20 additions and 26 deletions
|
@ -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)}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue