mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
put serverless domain into history if going to a different serverless domain
This commit is contained in:
parent
2d374583b4
commit
b18993e09f
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ bool AddressManager::setDomainInfo(const QUrl& domainURL, LookupTrigger trigger)
|
|||
quint16 port = domainURL.port();
|
||||
bool emitHostChanged { false };
|
||||
|
||||
if (domainURL.host() != _domainURL.host() || domainURL.port() != _domainURL.port()) {
|
||||
if (domainURL != _domainURL) {
|
||||
addCurrentAddressToHistory(trigger);
|
||||
emitHostChanged = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue