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