Update launch_app.js

This commit is contained in:
Nariman Jelveh
2024-06-16 19:25:06 -07:00
parent fe2c8bc249
commit 04adade80e
-1
View File
@@ -27,7 +27,6 @@ import UIWindow from "../UI/UIWindow.js";
* @param {*} options.name - The name of the app to launch.
*/
const launch_app = async (options)=>{
console.log('launch_app', options);
const uuid = options.uuid ?? window.uuidv4();
let icon, title, file_signature;
const window_options = options.window_options ?? {};