chore: clean up some of the pronoun implementation (#5583)

This commit is contained in:
pajlada
2024-09-08 13:30:06 +02:00
committed by GitHub
parent 9375bce555
commit 336536c761
9 changed files with 180 additions and 153 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ Application::Application(Settings &_settings, const Paths &paths,
, linkResolver(new LinkResolver)
, streamerMode(new StreamerMode)
, twitchUsers(new TwitchUsers)
, pronouns(std::make_shared<pronouns::Pronouns>())
, pronouns(new pronouns::Pronouns)
#ifdef CHATTERINO_HAVE_PLUGINS
, plugins(new PluginController(paths))
#endif