UI: Test first 3 closest Twitch ingests in auto-config

If auto is available, test the first 3 closest Twitch ingests rather
than using a region-based selection.
This commit is contained in:
jp9000
2017-08-02 14:33:12 -07:00
parent c0b8bdf89e
commit 8a5cf99aa7
3 changed files with 31 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ class AutoConfig : public QWizard {
bool customServer = false;
bool bandwidthTest = false;
bool testRegions = true;
bool twitchAuto = false;
bool regionUS = true;
bool regionEU = true;
bool regionAsia = true;