mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed crasherino
This commit is contained in:
parent
1d682c4a93
commit
1d16c0cf77
|
@ -41,7 +41,8 @@ Window::Window(WindowType type)
|
||||||
this->addShortcuts();
|
this->addShortcuts();
|
||||||
this->addLayout();
|
this->addLayout();
|
||||||
|
|
||||||
getApp()->accounts->twitch.currentUserChanged.connect(
|
this->signalHolder_.managedConnect(
|
||||||
|
getApp()->accounts->twitch.currentUserChanged,
|
||||||
[this] { this->onAccountSelected(); });
|
[this] { this->onAccountSelected(); });
|
||||||
this->onAccountSelected();
|
this->onAccountSelected();
|
||||||
|
|
||||||
|
|
|
@ -456,7 +456,8 @@ void SplitContainer::paintEvent(QPaintEvent *)
|
||||||
|
|
||||||
if (notebook != nullptr) {
|
if (notebook != nullptr) {
|
||||||
if (notebook->getPageCount() > 1) {
|
if (notebook->getPageCount() > 1) {
|
||||||
text += "\n\nTip: After adding a split you can hold <Alt> to "
|
text +=
|
||||||
|
"\n\nTip: After adding a split you can hold <Ctrl+Alt> to "
|
||||||
"move it or split it "
|
"move it or split it "
|
||||||
"further.";
|
"further.";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue