diff options
Diffstat (limited to 'homescreen')
-rw-r--r-- | homescreen/qml/ShortcutArea.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml index 1638bcf..0c00f8c 100644 --- a/homescreen/qml/ShortcutArea.qml +++ b/homescreen/qml/ShortcutArea.qml @@ -36,10 +36,10 @@ Item { application: 'mediaplayer@0.1' } ListElement { -// name: 'HVAC' -// application: 'hvac@0.1' - name: 'Radio' - application: 'radio@0.1' + name: 'HVAC' + application: 'hvac@0.1' +// name: 'Radio' +// application: 'radio@0.1' } ListElement { name: 'Navigation' |