diff --git a/src/widgets/selectchanneldialog.cpp b/src/widgets/selectchanneldialog.cpp index fceb59c84..6c73d7a17 100644 --- a/src/widgets/selectchanneldialog.cpp +++ b/src/widgets/selectchanneldialog.cpp @@ -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);