App logs from monitor will not be deleted on selecting a different app

This commit is contained in:
KennyTheBard 2021-02-10 18:29:10 +02:00
parent 5e18920dff
commit 3e41cef3a8

View File

@ -74,7 +74,6 @@ Dashboard.init = function() {
});
this.list.on('select item', (item, i) => {
this.logLines = []
this.logBox.clearItems()
})