mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Upper case server's short name in dropdown box
This commit is contained in:
parent
5eeb15f201
commit
afe3809061
@ -10321,7 +10321,7 @@ function interceptHttpRequests() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
region.shortName = shortName;
|
region.shortName = shortName.toUpperCase();
|
||||||
|
|
||||||
SERVER_REGIONS[region.name] = Object.assign({}, region);
|
SERVER_REGIONS[region.name] = Object.assign({}, region);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user