EventDelegate: replace json() by dict() for debug
When debugging an event, `target.dict()` will return an object that can be properly worked with and pretty-printed using the `.j` command.
This commit is contained in:
@@ -146,7 +146,7 @@ HMenu {
|
||||
HMenuItem {
|
||||
icon.name: "debug"
|
||||
text: qsTr("Debug")
|
||||
onTriggered: mainUI.debugConsole.toggle(eventDelegate, "t.json()")
|
||||
onTriggered: mainUI.debugConsole.toggle(eventDelegate, ".j t.dict()")
|
||||
}
|
||||
|
||||
HMenuItemPopupSpawner {
|
||||
|
Reference in New Issue
Block a user