aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/ShortcutArea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml/ShortcutArea.qml')
-rw-r--r--homescreen/qml/ShortcutArea.qml14
1 files changed, 7 insertions, 7 deletions
diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml
index 535e6b2..a638d87 100644
--- a/homescreen/qml/ShortcutArea.qml
+++ b/homescreen/qml/ShortcutArea.qml
@@ -28,22 +28,22 @@ Item {
ListElement {
appid: "launcher"
name: 'launcher'
- application: 'launcher@0.1'
+ application: 'launcher'
}
ListElement {
- appid: 'mediaplayer'
+ appid: "mediaplayer"
name: 'MediaPlayer'
- application: 'mediaplayer@0.1'
+ application: 'mediaplayer'
}
ListElement {
- appid: 'hvac'
+ appid: "hvac"
name: 'HVAC'
- application: 'hvac@0.1'
+ application: 'hvac'
}
ListElement {
- appid: 'navigation'
+ appid: "navigation"
name: 'Navigation'
- application: 'navigation@0.1'
+ application: 'navigation'
}
}