refactor: Un-singletonize Paths & Updates (#5092)
This commit is contained in:
@@ -79,7 +79,7 @@ Fonts::Fonts()
|
||||
this->fontsByType_.resize(size_t(FontStyle::EndType));
|
||||
}
|
||||
|
||||
void Fonts::initialize(Settings &, Paths &)
|
||||
void Fonts::initialize(Settings &, const Paths &)
|
||||
{
|
||||
this->chatFontFamily.connect(
|
||||
[this]() {
|
||||
|
||||
Reference in New Issue
Block a user