1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-06 05:42:07 -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

View File

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