mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
fix logic
This commit is contained in:
parent
81ba875ad2
commit
1de878eb9c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ QUrl AddressManager::currentShareableAddress(bool domainOnly) const {
|
|||
shareableAddress = currentAddress(domainOnly);
|
||||
}
|
||||
|
||||
if (shareableAddress.scheme() == URL_SCHEME_HIFI) {
|
||||
if (shareableAddress.scheme() != URL_SCHEME_HIFI) {
|
||||
return QUrl(); // file: urls aren't shareable
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue