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:
parent
7bcd0d25cf
commit
7282802d4e
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user