now loads passwords for irc

This commit is contained in:
fourtf
2019-09-14 18:38:09 +02:00
parent b45a6eea22
commit d33a8b1b3a
11 changed files with 116 additions and 83 deletions
+1 -2
View File
@@ -70,8 +70,6 @@ Application::Application(Settings &_settings, Paths &_paths)
this->fonts->fontChanged.connect(
[this]() { this->windows->layoutChannelViews(); });
Irc::getInstance().load();
this->twitch.server = this->twitch2;
this->twitch.pubsub = this->twitch2->pubsub;
}
@@ -100,6 +98,7 @@ int Application::run(QApplication &qtApp)
assert(isAppInitialized);
this->twitch.server->connect();
Irc::getInstance().load();
this->windows->getMainWindow().show();