From 5b09dbb1f53aeb7d0f9d5743aed9b943b7899c0f Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sat, 4 Oct 2025 18:14:54 -0700 Subject: [PATCH] Update UIDesktop.js (#1682) --- src/gui/src/UI/UIDesktop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/UI/UIDesktop.js b/src/gui/src/UI/UIDesktop.js index 2ba754fa8..06869fad0 100644 --- a/src/gui/src/UI/UIDesktop.js +++ b/src/gui/src/UI/UIDesktop.js @@ -1218,7 +1218,7 @@ async function UIDesktop(options) { //----------------------------- // GUI is ready to launch apps! //----------------------------- - + window.dispatchEvent(new CustomEvent('desktop:ready')); globalThis.services.emit('gui:ready'); //--------------------------------------------------------------------------------------