Add Dynamix File Manager to stock GUI

This commit is contained in:
bergware
2023-10-01 11:10:02 +02:00
parent 62dc15a9f5
commit 2d28256c26
272 changed files with 3999 additions and 64 deletions

View File

@@ -0,0 +1,7 @@
; (function() {
window.require(["ace/mode/text"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();