UI: Use newer Twitch Dashboard docks for integration

Fixes an issue where the submit button on the Stream Information dock
would be cut off at certain resolutions.
This commit is contained in:
Matt Gajownik 2021-04-13 10:37:23 +10:00 committed by Jim
parent 7bcd0d25cf
commit 7282802d4e

View File

@ -285,9 +285,9 @@ void TwitchAuth::LoadSecondaryUIPanes()
/* ----------------------------------- */
url = "https://www.twitch.tv/popout/";
url = "https://dashboard.twitch.tv/popout/u/";
url += name;
url += "/dashboard/live/stream-info";
url += "/stream-manager/edit-stream-info";
info.reset(new BrowserDock());
info->setObjectName("twitchInfo");
@ -325,9 +325,9 @@ void TwitchAuth::LoadSecondaryUIPanes()
/* ----------------------------------- */
url = "https://www.twitch.tv/popout/";
url = "https://dashboard.twitch.tv/popout/u/";
url += name;
url += "/dashboard/live/activity-feed";
url += "/stream-manager/activity-feed";
feed.reset(new BrowserDock());
feed->setObjectName("twitchFeed");