refactor(eventsub): Respect "Hide moderation actions" explicitly (#6041)

This commit is contained in:
pajlada
2025-03-08 14:00:35 +01:00
committed by GitHub
parent 0835064375
commit 77c4d858f9
79 changed files with 153 additions and 125 deletions
+5
View File
@@ -20,6 +20,9 @@ public:
[[nodiscard]] virtual bool isEnabled() const = 0;
/// Returns true if streamer mode is enabled & the settings to hide mod actions is enabled
[[nodiscard]] virtual bool shouldHideModActions() const = 0;
virtual void start() = 0;
Q_SIGNALS:
@@ -39,6 +42,8 @@ public:
bool isEnabled() const override;
bool shouldHideModActions() const override;
void start() override;
private: