summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerOptionsListView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/qt_hmi/qml_model_qt5/views/SDLPlayerOptionsListView.qml')
-rw-r--r--src/components/qt_hmi/qml_model_qt5/views/SDLPlayerOptionsListView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerOptionsListView.qml b/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerOptionsListView.qml
index 8f3a0a17b..e249a5eb7 100644
--- a/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerOptionsListView.qml
+++ b/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerOptionsListView.qml
@@ -94,6 +94,7 @@ GeneralView {
case Internal.MenuItemType.MI_NODE:
sdlUI.onCommand(model.id, dataContainer.currentApplication.appId)
contentLoader.back()
+ dataContainer.currentApplication.currentSubMenu = dataContainer.currentApplication.options
break;
case Internal.MenuItemType.MI_SUBMENU:
case Internal.MenuItemType.MI_PARENT: