refactor: Un-singletonize Paths & Updates (#5092)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
void NotificationController::initialize(Settings &settings, Paths &paths)
|
||||
void NotificationController::initialize(Settings &settings, const Paths &paths)
|
||||
{
|
||||
this->initialized_ = true;
|
||||
for (const QString &channelName : this->twitchSetting_.getValue())
|
||||
|
||||
Reference in New Issue
Block a user