Overhaul highlight system (#3399)
Checks have been moved into a Controller allowing for easier tests.
This commit is contained in:
@@ -15,6 +15,7 @@ class PubSub;
|
||||
class CommandController;
|
||||
class AccountController;
|
||||
class NotificationController;
|
||||
class HighlightController;
|
||||
class HotkeyController;
|
||||
|
||||
class Theme;
|
||||
@@ -80,6 +81,7 @@ public:
|
||||
|
||||
CommandController *const commands{};
|
||||
NotificationController *const notifications{};
|
||||
HighlightController *const highlights{};
|
||||
TwitchIrcServer *const twitch{};
|
||||
ChatterinoBadges *const chatterinoBadges{};
|
||||
FfzBadges *const ffzBadges{};
|
||||
|
||||
Reference in New Issue
Block a user