feat: allow extra user-defined extension IDs to interact with Chatterino (#5997)
This commit is contained in:
@@ -658,6 +658,8 @@ public:
|
||||
false,
|
||||
};
|
||||
|
||||
QStringSetting additionalExtensionIDs{"/misc/additionalExtensionIDs", ""};
|
||||
|
||||
private:
|
||||
ChatterinoSetting<std::vector<HighlightPhrase>> highlightedMessagesSetting =
|
||||
{"/highlighting/highlights"};
|
||||
|
||||
Reference in New Issue
Block a user