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