aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/IconItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml/IconItem.qml')
-rw-r--r--homescreen/qml/IconItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/qml/IconItem.qml b/homescreen/qml/IconItem.qml
index a5c032e..ace0628 100644
--- a/homescreen/qml/IconItem.qml
+++ b/homescreen/qml/IconItem.qml
@@ -81,7 +81,7 @@ Item {
states: [
State {
name: 'active'
- when: loc.currentId == model.id
+ when: loc.currentId === model.id
PropertyChanges {
target: container
x: loc.mouseX - width/2