1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 12:13:31 -04: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
@@ -281,7 +281,7 @@ Item {
keyboardNavigation = false;
selectedMenuIndex = itemIndex;
}
onClicked: modelData.action
onClicked: modelData.action()
}
}
}