mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
US East flag
This commit is contained in:
@@ -146,8 +146,10 @@ Vue.component('marquee-text', MarqueeText);
|
||||
this.region = 'europeanunion';
|
||||
} else if (L.region === 'jp') {
|
||||
this.region = 'jp';
|
||||
} else if (L.region === 'use') {
|
||||
this.region = 'flag-icon-use';
|
||||
} else {
|
||||
this.region = 'us';
|
||||
this.region = 'flag-icon-usw';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user