fixed crasherino

This commit is contained in:
fourtf
2018-09-04 22:05:27 +02:00
parent 1d682c4a93
commit 1d16c0cf77
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ Window::Window(WindowType type)
this->addShortcuts();
this->addLayout();
getApp()->accounts->twitch.currentUserChanged.connect(
this->signalHolder_.managedConnect(
getApp()->accounts->twitch.currentUserChanged,
[this] { this->onAccountSelected(); });
this->onAccountSelected();