mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +02:00
Merge remote-tracking branch 'highfidelity/master'
This commit is contained in:
commit
a1171a33fd
2 changed files with 3 additions and 1 deletions
|
@ -292,6 +292,8 @@ void AssetMappingModel::refresh() {
|
||||||
} else {
|
} else {
|
||||||
emit errorGettingMappings(request->getErrorString());
|
emit errorGettingMappings(request->getErrorString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
request->deleteLater();
|
||||||
});
|
});
|
||||||
|
|
||||||
request->start();
|
request->start();
|
||||||
|
|
|
@ -28,7 +28,7 @@ You can make your home yours by uploading your own models and scripts.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<em>To see how,</em> <a target="_blank" href="https://docs.highfidelity.com/docs/the-basics">check out 'The Basics'</a>
|
<em>To get started exploring and creating,</em> <a target="_blank" href="https://docs.highfidelity.com/docs/explore">check out our Quick-start Guide</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="column center">
|
<div class="column center">
|
||||||
|
|
Loading…
Reference in a new issue