mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 08:55:31 +02:00
Merge pull request #12168 from druiz17/RC62
fix Asset browser for tablet (RC62)
This commit is contained in:
commit
c3648fb04c
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