mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-01 04:31:10 -05:00
Update launch_app.js
This commit is contained in:
@@ -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 ?? {};
|
||||
|
||||
Reference in New Issue
Block a user