smol fixes

This commit is contained in:
fourtf
2019-09-18 14:20:21 +02:00
parent 3ab7362304
commit 99f99f0cff
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
namespace chatterino {
SelectChannelDialog::SelectChannelDialog(QWidget *parent)
: BaseWindow(parent, BaseWindow::EnableCustomFrame)
: BaseWindow(BaseWindow::EnableCustomFrame, parent)
, selectedChannel_(Channel::getEmpty())
{
this->setWindowTitle("Select a channel to join");