mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:52:17 +02:00
Fixed allowed QML sources to point at our community apps server
This commit is contained in:
parent
036977b790
commit
a274edcc4f
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