mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 16:42:27 +02:00
Merge pull request #108 from overte-org/fix/spectator_camera
Fixed allowed QML sources to point at our community apps server
This commit is contained in:
commit
cd91f9f273
1 changed files with 1 additions and 1 deletions
|
@ -3212,7 +3212,7 @@ void Application::showLoginScreen() {
|
|||
#endif
|
||||
}
|
||||
|
||||
static const QUrl AUTHORIZED_EXTERNAL_QML_SOURCE { "https://cdn.vircadia.com/community-apps/applications" };
|
||||
static const QUrl AUTHORIZED_EXTERNAL_QML_SOURCE { "https://more.overte.org/applications" };
|
||||
|
||||
void Application::initializeUi() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue