aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/qml/IconItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/qml/IconItem.qml')
-rw-r--r--launcher/qml/IconItem.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/launcher/qml/IconItem.qml b/launcher/qml/IconItem.qml
index 6bb7ed6..9162af3 100644
--- a/launcher/qml/IconItem.qml
+++ b/launcher/qml/IconItem.qml
@@ -132,6 +132,11 @@ Item {
// } else {
// console.warn("app cannot be launched!")
// }
- homescreenHandler.tapShortcut(model.name)
+ // homescreenHandler.tapShortcut(model.name)
+ var name = model.name.toLowerCase()
+ if(name == "hudspeed")
+ homescreenHandler.showWindow(name, "hud.upper.left")
+ else
+ homescreenHandler.tapShortcut(name)
}
}