Make generic version of batcher function (#3822)
This commit is contained in:
@@ -15,7 +15,6 @@ class NotificationModel;
|
||||
|
||||
enum class Platform : uint8_t {
|
||||
Twitch, // 0
|
||||
// Mixer, // 1
|
||||
};
|
||||
|
||||
class NotificationController final : public Singleton, private QObject
|
||||
@@ -49,10 +48,6 @@ private:
|
||||
|
||||
ChatterinoSetting<std::vector<QString>> twitchSetting_ = {
|
||||
"/notifications/twitch"};
|
||||
/*
|
||||
ChatterinoSetting<std::vector<QString>> mixerSetting_ = {
|
||||
"/notifications/mixer"};
|
||||
*/
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user