Fix DebugConsole retained history size
This commit is contained in:
		@@ -24,7 +24,7 @@ HDrawer {
 | 
				
			|||||||
    property var history: window.history.console
 | 
					    property var history: window.history.console
 | 
				
			||||||
    property alias his: debugConsole.history
 | 
					    property alias his: debugConsole.history
 | 
				
			||||||
    property int historyEntry: -1
 | 
					    property int historyEntry: -1
 | 
				
			||||||
    property int maxHistoryLength: 5
 | 
					    property int maxHistoryLength: 4096
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    property string help: qsTr(
 | 
					    property string help: qsTr(
 | 
				
			||||||
        `Javascript debugging console
 | 
					        `Javascript debugging console
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user