From a41e199382675b1ae8103f616ee119c9c3f5fa12 Mon Sep 17 00:00:00 2001 From: DatGuy1 Date: Fri, 8 Jun 2018 19:36:21 +0300 Subject: [PATCH] Default add to channel (#453) --- src/widgets/selectchanneldialog.cpp | 2 ++ 1 file changed, 2 insertions(+) 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);