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
@@ -173,7 +173,7 @@ private:
std::unique_ptr<ILinkResolver> linkResolver;
std::unique_ptr<IStreamerMode> streamerMode;
std::unique_ptr<ITwitchUsers> twitchUsers;
std::shared_ptr<pronouns::Pronouns> pronouns;
std::unique_ptr<pronouns::Pronouns> pronouns;
#ifdef CHATTERINO_HAVE_PLUGINS
std::unique_ptr<PluginController> plugins;
#endif