Improve user friendliness of changing chat widget channel/opening new chat widget

This commit is contained in:
Rasmus Karlsson
2017-07-31 01:36:42 +02:00
parent 5c8d3f9eef
commit 417c4028a0
4 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ void ChatWidgetHeader::mouseMoveEvent(QMouseEvent *event)
void ChatWidgetHeader::mouseDoubleClickEvent(QMouseEvent *event)
{
if (event->button() == Qt::LeftButton) {
this->chatWidget->showChangeChannelPopup();
this->chatWidget->showChangeChannelPopup("Change channel");
}
}