Merge pull request #12169 from druiz17/asset-browser

fix asset browser for tablet
This commit is contained in:
Seth Alves 2018-01-15 12:04:26 -08:00 committed by GitHub
commit ed91ece871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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