mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 05:44:43 +08:00
UI: Enable BTTV login popup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user