mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Tablet Asset Server dialog was instantiated twice
This commit is contained in:
parent
bbc757a193
commit
0657992e9c
1 changed files with 3 additions and 1 deletions
|
@ -6979,7 +6979,9 @@ void Application::showAssetServerWidget(QString filePath) {
|
|||
DependencyManager::get<OffscreenUi>()->show(url, "AssetServer", startUpload);
|
||||
} else {
|
||||
static const QUrl url("hifi/dialogs/TabletAssetServer.qml");
|
||||
tablet->pushOntoStack(url);
|
||||
if (!tablet->isPathLoaded(url)) {
|
||||
tablet->pushOntoStack(url);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue