mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
changes to openUrl aren't needed for serverless domains
This commit is contained in:
parent
e102db109d
commit
5b5ea11a18
1 changed files with 1 additions and 1 deletions
|
@ -7138,7 +7138,7 @@ void Application::packageModel() {
|
|||
|
||||
void Application::openUrl(const QUrl& url) const {
|
||||
if (!url.isEmpty()) {
|
||||
if (isDomainURL(url)) {
|
||||
if (url.scheme() == URL_SCHEME_HIFI) {
|
||||
DependencyManager::get<AddressManager>()->handleLookupString(url.toString());
|
||||
} else {
|
||||
// address manager did not handle - ask QDesktopServices to handle
|
||||
|
|
Loading…
Reference in a new issue