Merge pull request #1452 from ynput/bugfix/webactions-label-handling

Launcher: Fix form handling
This commit is contained in:
Jakub Trllo 2025-09-24 13:29:38 +02:00 committed by GitHub
commit b48f147ef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -990,7 +990,7 @@ class ActionsWidget(QtWidgets.QWidget):
event["addon_name"], event["addon_name"],
event["addon_version"], event["addon_version"],
), ),
event["action_label"], event["full_label"],
form_data, form_data,
) )