Improve the "You are banned" message (#2266)

Added reconnect link to the "You are banned" message
This commit is contained in:
Mm2PL
2020-12-12 14:19:51 +01:00
committed by GitHub
parent c6d55e0d8c
commit eb8eecdfed
4 changed files with 51 additions and 3 deletions
+4
View File
@@ -2080,6 +2080,10 @@ void ChannelView::handleLinkClick(QMouseEvent *event, const Link &link,
}
}
break;
case Link::Reconnect: {
this->underlyingChannel_.get()->reconnect();
}
break;
default:;
}