From 6627c6341ad82e36b3421662c30fc4a743f31a11 Mon Sep 17 00:00:00 2001 From: miruka Date: Mon, 9 Dec 2019 13:51:50 -0400 Subject: [PATCH] Fix DebugConsole retained history size --- src/qml/DebugConsole.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/DebugConsole.qml b/src/qml/DebugConsole.qml index 74be0236..5f4d8a8f 100644 --- a/src/qml/DebugConsole.qml +++ b/src/qml/DebugConsole.qml @@ -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