Rename menu "Debug this event" to just "Debug"
This commit is contained in:
parent
b3ca5599cf
commit
b79006f2ec
@ -142,7 +142,7 @@ HMenu {
|
||||
|
||||
HMenuItem {
|
||||
icon.name: "debug"
|
||||
text: qsTr("Debug this event")
|
||||
text: qsTr("Debug")
|
||||
onTriggered: mainUI.debugConsole.toggle(eventDelegate, "t.json()")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user