changes to openUrl aren't needed for serverless domains

This commit is contained in:
Seth Alves 2018-03-09 15:43:05 -08:00
parent e102db109d
commit 5b5ea11a18

View file

@ -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