Add system info UI

This commit is contained in:
Steve-Mcl
2022-03-29 20:59:35 +01:00
parent 03763a1423
commit 5633c5224e
6 changed files with 136 additions and 31 deletions

View File

@@ -730,6 +730,7 @@ var RED = (function() {
RED.search.init();
RED.actionList.init();
RED.editor.init();
RED.diagnostics.init();
RED.diff.init();