DebugConsole: show "t = ..." instead of "target ="

This commit is contained in:
miruka 2019-11-03 13:47:33 -04:00
parent b9fbd36661
commit 55d4035f60

View File

@ -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,
}) })