From c3a8c71f60d015677b8a18469d58f3c9dd54dc04 Mon Sep 17 00:00:00 2001 From: Simon Walton Date: Mon, 21 Jan 2019 12:27:14 -0800 Subject: [PATCH] Add TabletMenu to list of pages that trigger the QmlCommerce bridge --- interface/src/Application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 7b79215cd2..bb2f129385 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2911,6 +2911,7 @@ void Application::initializeUi() { QUrl{ "hifi/dialogs/security/SecurityImageChange.qml" }, QUrl{ "hifi/dialogs/security/SecurityImageModel.qml" }, QUrl{ "hifi/dialogs/security/SecurityImageSelection.qml" }, + QUrl{ "hifi/tablet/TabletMenu.qml" }, }, commerceCallback); QmlContextCallback ttsCallback = [](QQmlContext* context) { context->setContextProperty("TextToSpeech", DependencyManager::get().data());