3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 08:55:31 +02:00

Merge pull request from druiz17/RC62

fix Asset browser for tablet (RC62)
This commit is contained in:
John Conklin II 2018-01-15 10:16:56 -08:00 committed by GitHub
commit c3648fb04c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}