diff --git a/src/system/Desktop.ts b/src/system/Desktop.ts index f351ecb..32a4181 100644 --- a/src/system/Desktop.ts +++ b/src/system/Desktop.ts @@ -99,6 +99,19 @@ const BootLoader: Process = { await wm.windowArea.appendTo(document.body) splashElement.cleanup() + + launcher.element.prepend(new HTML('div') + .html(` + + + `)) } }