Default add to channel (#453)

This commit is contained in:
DatGuy1 2018-06-08 19:36:21 +03:00 committed by pajlada
parent 85e19d0bd6
commit a41e199382

View file

@ -125,6 +125,8 @@ SelectChannelDialog::SelectChannelDialog()
}
this->setScaleIndependantSize(300, 210);
this->ui.notebook->selectIndex(TAB_TWITCH);
this->ui.twitch.channel->setFocus();
// Shortcuts
auto *shortcut_ok = new QShortcut(QKeySequence("Return"), this);