smol commit

This commit is contained in:
apa420
2019-01-20 16:07:31 +01:00
parent 7aa798f924
commit cc5528ec18
3 changed files with 42 additions and 8 deletions
+3
View File
@@ -2,6 +2,7 @@
#include "Application.hpp"
#include "common/Common.hpp"
#include "controllers/accounts/AccountController.hpp"
#include "debug/Benchmark.hpp"
#include "debug/Log.hpp"
#include "messages/Emote.hpp"
@@ -1673,9 +1674,11 @@ void ChannelView::handleLinkClick(QMouseEvent *event, const Link &link,
case Link::AutoModAllow:
{
getApp()->accounts->twitch.getCurrent()->autoModAllow(link.value);
}
case Link::AutoModDeny:
{
getApp()->accounts->twitch.getCurrent()->autoModDeny(link.value);
}
default:;