1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

spotlight: fix mouse action menu click (#841)

This commit is contained in:
Lucas
2025-11-29 01:32:35 -03:00
committed by GitHub
parent 4723bffcd2
commit 9c887fbe63

View File

@@ -281,7 +281,7 @@ Item {
keyboardNavigation = false;
selectedMenuIndex = itemIndex;
}
onClicked: modelData.action
onClicked: modelData.action()
}
}
}