From eda63032e0c6bf4f8402ff7655070b6e06b2b943 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sat, 14 Mar 2020 17:41:46 -0700 Subject: [PATCH] UI: Enable BTTV login popup --- UI/auth-twitch.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UI/auth-twitch.cpp b/UI/auth-twitch.cpp index 2c7818f5c..f10874bea 100644 --- a/UI/auth-twitch.cpp +++ b/UI/auth-twitch.cpp @@ -38,6 +38,10 @@ TwitchAuth::TwitchAuth(const Def &d) : OAuthStreamKey(d) cef->add_popup_whitelist_url( "https://twitch.tv/popout/frankerfacez/chat?ffz-settings", this); + + /* enables javascript-based popups. basically bttv popups */ + cef->add_popup_whitelist_url("about:blank#blocked", this); + uiLoadTimer.setSingleShot(true); uiLoadTimer.setInterval(500); connect(&uiLoadTimer, &QTimer::timeout, this,