diff --git a/src/qml/DebugConsole.qml b/src/qml/DebugConsole.qml index 0ab8386c..b37cf0c8 100644 --- a/src/qml/DebugConsole.qml +++ b/src/qml/DebugConsole.qml @@ -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, })