Fix region updating when viewing settings

This commit is contained in:
PrestonN 2019-03-20 10:39:00 -04:00
parent 3fe2cdeaf4
commit c921eb0a7c
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
<link rel="stylesheet" href="style/select.css">
<link rel="stylesheet" href="style/fa-solid.min.css">
<link rel="stylesheet" href="style/fontawesome-all.min.css">
<link rel="shortcut icon" href="icons/iconColor.ico" type="image/x-icon" />
<title>FreeTube Player</title>
</head>

View File

@ -191,6 +191,7 @@ function checkDefaultSettings() {
invidiousInstance = docs[0]['value'];
break;
case 'region':
defaultRegion = docs[0]['value'];
settingsView.region = docs[0]['value'];
break;
default: