mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 19:23:58 +02:00
Merge pull request #1176 from ctrlaltdavid/feature/qt-update-misc
Update browser Chrome version
This commit is contained in:
commit
15505623b4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace NetworkingConstants {
|
|||
// if you manually generate a personal access token for the domains scope
|
||||
// at https://staging.highfidelity.com/user/tokens/new?for_domain_server=true
|
||||
|
||||
const QString WEB_ENGINE_VERSION = "Chrome/69.0.3497.113";
|
||||
const QString WEB_ENGINE_VERSION = "Chrome/83.0.4103.122";
|
||||
|
||||
// For now we only have one Metaverse server.
|
||||
const QUrl METAVERSE_SERVER_URL_STABLE { "https://metaverse.vircadia.com/live" };
|
||||
|
|
Loading…
Reference in a new issue