diff options
-rw-r--r-- | homescreen/qml/ShortcutArea.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml index a635586..d7e97f0 100644 --- a/homescreen/qml/ShortcutArea.qml +++ b/homescreen/qml/ShortcutArea.qml @@ -70,7 +70,6 @@ Item { console.warn(model.application) console.warn("app cannot be launched!") } -// homescreenHandler.tapShortcut(model.name) homescreenHandler.tapShortcut(model.appid) } } |