mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
spotlight: fix mouse action menu click (#841)
This commit is contained in:
@@ -281,7 +281,7 @@ Item {
|
|||||||
keyboardNavigation = false;
|
keyboardNavigation = false;
|
||||||
selectedMenuIndex = itemIndex;
|
selectedMenuIndex = itemIndex;
|
||||||
}
|
}
|
||||||
onClicked: modelData.action
|
onClicked: modelData.action()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user