fix: Remove qml M126 warning
[apps/homescreen.git] / homescreen / qml / IconItem.qml
index a5c032e..ace0628 100644 (file)
@@ -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