fix Asset browser for tablet

This commit is contained in:
Dante Ruiz 2018-01-12 17:06:07 -08:00
parent 3c36b8ffee
commit a48304b104

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