mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-18 08:16:42 +02:00
fix asset browser for tablet
This commit is contained in:
parent
0a54241fe3
commit
8e4bd2d662
1 changed files with 1 additions and 1 deletions
|
@ -6178,7 +6178,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