smol fixes
This commit is contained in:
@@ -233,6 +233,7 @@ void IrcServer::readConnectionMessageReceived(Communi::IrcMessage *message)
|
|||||||
|
|
||||||
case Communi::IrcMessage::Pong:
|
case Communi::IrcMessage::Pong:
|
||||||
case Communi::IrcMessage::Notice:
|
case Communi::IrcMessage::Notice:
|
||||||
|
case Communi::IrcMessage::Private:
|
||||||
return;
|
return;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
|
|
||||||
SelectChannelDialog::SelectChannelDialog(QWidget *parent)
|
SelectChannelDialog::SelectChannelDialog(QWidget *parent)
|
||||||
: BaseWindow(parent, BaseWindow::EnableCustomFrame)
|
: BaseWindow(BaseWindow::EnableCustomFrame, parent)
|
||||||
, selectedChannel_(Channel::getEmpty())
|
, selectedChannel_(Channel::getEmpty())
|
||||||
{
|
{
|
||||||
this->setWindowTitle("Select a channel to join");
|
this->setWindowTitle("Select a channel to join");
|
||||||
|
|||||||
Reference in New Issue
Block a user