mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:04:13 +02:00
fix Asset browser for tablet
This commit is contained in:
parent
3c36b8ffee
commit
a48304b104
1 changed files with 1 additions and 1 deletions
|
@ -6147,7 +6147,7 @@ void Application::showAssetServerWidget(QString filePath) {
|
|||
if (!hmd->getShouldShowTablet() && !isHMDMode()) {
|
||||
DependencyManager::get<OffscreenUi>()->show(url, "AssetServer", startUpload);
|
||||
} else {
|
||||
static const QUrl url("hifi/dialogs/TabletAssetServer.qml");
|
||||
static const QUrl url("../dialogs/TabletAssetServer.qml");
|
||||
tablet->pushOntoStack(url);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue