refactor: Un-singletonize Paths & Updates (#5092)
This commit is contained in:
@@ -64,7 +64,7 @@ TwitchIrcServer::TwitchIrcServer()
|
||||
// false);
|
||||
}
|
||||
|
||||
void TwitchIrcServer::initialize(Settings &settings, Paths &paths)
|
||||
void TwitchIrcServer::initialize(Settings &settings, const Paths &paths)
|
||||
{
|
||||
getApp()->accounts->twitch.currentUserChanged.connect([this]() {
|
||||
postToThread([this] {
|
||||
|
||||
Reference in New Issue
Block a user