Update UIDesktop.js (#1682)

This commit is contained in:
Nariman Jelveh
2025-10-04 18:14:54 -07:00
committed by GitHub
parent 4dae0d6370
commit 5b09dbb1f5
+1 -1
View File
@@ -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');
//--------------------------------------------------------------------------------------