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.
master
Matt Gajownik 2021-04-13 10:37:23 +10:00 committed by Jim
parent 7bcd0d25cf
commit 7282802d4e
1 changed files with 4 additions and 4 deletions

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");