mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Default add to channel (#453)
This commit is contained in:
parent
85e19d0bd6
commit
a41e199382
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ SelectChannelDialog::SelectChannelDialog()
|
||||||
}
|
}
|
||||||
|
|
||||||
this->setScaleIndependantSize(300, 210);
|
this->setScaleIndependantSize(300, 210);
|
||||||
|
this->ui.notebook->selectIndex(TAB_TWITCH);
|
||||||
|
this->ui.twitch.channel->setFocus();
|
||||||
|
|
||||||
// Shortcuts
|
// Shortcuts
|
||||||
auto *shortcut_ok = new QShortcut(QKeySequence("Return"), this);
|
auto *shortcut_ok = new QShortcut(QKeySequence("Return"), this);
|
||||||
|
|
Loading…
Reference in a new issue