chore: remove Singleton & replace getIApp with getApp (#5514)
This commit is contained in:
@@ -3,19 +3,10 @@
|
||||
namespace chatterino {
|
||||
|
||||
Emotes::Emotes()
|
||||
{
|
||||
}
|
||||
|
||||
void Emotes::initialize(Settings &settings, const Paths &paths)
|
||||
{
|
||||
this->emojis.load();
|
||||
|
||||
this->gifTimer.initialize();
|
||||
}
|
||||
|
||||
bool Emotes::isIgnoredEmote(const QString &)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user