From f775180abd5e6adb58763bec74aa250bf4657341 Mon Sep 17 00:00:00 2001 From: "Bocklage, Jens" Date: Thu, 15 Dec 2016 04:02:18 +0100 Subject: [PATCH] Launch navigation@0.1 when pressing NAVIGATION button This was controls@0.1 before Signed-off-by: Bocklage, Jens --- HomeScreen/qml/ShortcutArea.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HomeScreen/qml/ShortcutArea.qml b/HomeScreen/qml/ShortcutArea.qml index aeaf097..9e71a94 100644 --- a/HomeScreen/qml/ShortcutArea.qml +++ b/HomeScreen/qml/ShortcutArea.qml @@ -40,7 +40,7 @@ Item { } ListElement { name: 'Navigation' - application: 'controls@0.1' + application: 'navigation@0.1' } } -- 2.16.6