DebugConsole: show "t = ..." instead of "target ="
This commit is contained in:
parent
b9fbd36661
commit
55d4035f60
|
@ -24,7 +24,7 @@ Window {
|
|||
Component.onCompleted: {
|
||||
mainUI.shortcuts.debugConsole = debugConsole
|
||||
commandsView.model.insert(0, {
|
||||
input: "target = " + String(target),
|
||||
input: "t = " + String(target),
|
||||
output: "",
|
||||
error: false,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user