diff --git a/requirements.txt b/requirements.txt index 8a6c9d5..01426ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests>=2.26.0 -ovos_utils>=0.0.6 \ No newline at end of file +ovos_utils>=0.0.27a3 diff --git a/ui/NotificationDelegate.qml b/ui/NotificationDelegate.qml index 26861c7..8c15913 100644 --- a/ui/NotificationDelegate.qml +++ b/ui/NotificationDelegate.qml @@ -37,7 +37,7 @@ Rectangle { MouseArea { anchors.fill: parent onClicked: { - Mycroft.MycroftController.sendRequest(modelData.action, {}) + Mycroft.MycroftController.sendRequest(modelData.action, modelData.callback_data) } } }