fix(IconItem.qml): Remove qml M126 warning
[apps/launcher.git] / launcher / qml / IconItem.qml
index c15a3da..5adbe81 100644 (file)
@@ -97,7 +97,7 @@ Item {
         states: [
             State {
                 name: 'active'
-                when: loc.currentId == model.id
+                when: loc.currentId === model.id
                 PropertyChanges {
                     target: container
                     x: loc.mouseX - width/2