Press esc to hide debug console

This commit is contained in:
miruka 2019-09-05 16:28:06 -04:00
parent 58d491a2b3
commit dc209bc5d4

View File

@ -4,6 +4,7 @@ import QtQuick.Layouts 1.12
import "Base"
Window {
id: debugConsole
title: qsTr("Debug console")
width: 640
height: 480
@ -31,6 +32,8 @@ Window {
HColumnLayout {
anchors.fill: parent
Keys.onEscapePressed: debugConsole.visible = false
HListView {
id: commandsView
spacing: theme.spacing