We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f966e commit 25c7baaCopy full SHA for 25c7baa
1 file changed
activity_browser/actions/base.py
@@ -35,7 +35,7 @@ def get_QButton(cls, *args, **kwargs):
35
cls.icon,
36
cls.text
37
)
38
- button.clicked.connect(lambda x: cls.run(*args, **kwargs))
+ button.clicked.connect(lambda x: cls.triggered(*args, **kwargs))
39
return button
40
41
0 commit comments