feat(emote-popup): automatically reload Twitch emotes (#5580)

This commit is contained in:
nerix
2024-09-01 13:44:36 +02:00
committed by GitHub
parent 820aa12af6
commit 61b04dbe7b
8 changed files with 79 additions and 15 deletions
+2
View File
@@ -52,6 +52,8 @@ private:
void addShortcuts() override;
bool eventFilter(QObject *object, QEvent *event) override;
void reloadEmotes();
void saveBounds() const;
};