Fix DebugConsole retained history size

This commit is contained in:
miruka 2019-12-09 13:51:50 -04:00
parent 9c70e08668
commit 6627c6341a

View File

@ -24,7 +24,7 @@ HDrawer {
property var history: window.history.console
property alias his: debugConsole.history
property int historyEntry: -1
property int maxHistoryLength: 5
property int maxHistoryLength: 4096
property string help: qsTr(
`Javascript debugging console