refactor: Un-singletonize Paths & Updates (#5092)

This commit is contained in:
pajlada
2024-01-16 21:56:43 +01:00
committed by GitHub
parent 7f935665f9
commit 718696db53
60 changed files with 237 additions and 165 deletions
+1 -1
View File
@@ -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]() {