summaryrefslogtreecommitdiffstats
path: root/homescreen/qml/ShortcutArea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml/ShortcutArea.qml')
-rw-r--r--homescreen/qml/ShortcutArea.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml
index 0c00f8c..63f8e7b 100644
--- a/homescreen/qml/ShortcutArea.qml
+++ b/homescreen/qml/ShortcutArea.qml
@@ -32,14 +32,12 @@ Item {
application: ''
}
ListElement {
- name: 'MediaPlayer'
+ name: 'Music'
application: 'mediaplayer@0.1'
}
ListElement {
name: 'HVAC'
application: 'hvac@0.1'
-// name: 'Radio'
-// application: 'radio@0.1'
}
ListElement {
name: 'Navigation'
@@ -75,6 +73,7 @@ Item {
// layoutHandler.showAppLayer(model.application, pid)
}
else {
+ console.warn(model.application)
console.warn("app cannot be launched!")
}
}