mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix visual bug
This commit is contained in:
parent
7a246cd9d8
commit
6413abf885
|
@ -322,9 +322,9 @@ void Window::addShortcuts()
|
||||||
}
|
}
|
||||||
this->notebook_->select(splitContainer);
|
this->notebook_->select(splitContainer);
|
||||||
Split *split = new Split(splitContainer);
|
Split *split = new Split(splitContainer);
|
||||||
splitContainer->appendSplit(split);
|
|
||||||
split->setChannel(
|
split->setChannel(
|
||||||
getApp()->twitch.server->getOrAddChannel(si.channelName));
|
getApp()->twitch.server->getOrAddChannel(si.channelName));
|
||||||
|
splitContainer->appendSplit(split);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue