From 3e41cef3a826ee2d751e415d5b0b1d8b10481f8d Mon Sep 17 00:00:00 2001 From: KennyTheBard Date: Wed, 10 Feb 2021 18:29:10 +0200 Subject: [PATCH] App logs from monitor will not be deleted on selecting a different app --- lib/API/Dashboard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/API/Dashboard.js b/lib/API/Dashboard.js index 82da9bba..f08a6686 100644 --- a/lib/API/Dashboard.js +++ b/lib/API/Dashboard.js @@ -74,7 +74,6 @@ Dashboard.init = function() { }); this.list.on('select item', (item, i) => { - this.logLines = [] this.logBox.clearItems() })