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