mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02: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