diff --git a/src/gui/src/helpers/launch_app.js b/src/gui/src/helpers/launch_app.js index 36367664..e6c4f8da 100644 --- a/src/gui/src/helpers/launch_app.js +++ b/src/gui/src/helpers/launch_app.js @@ -368,10 +368,8 @@ const launch_app = async (options)=>{ $(process.references.iframe).attr('data-appUsesSDK', 'true'); - send_child_launched_msg({ uses_sdk: true }); - // Send any saved broadcasts to the new app - globalThis.services.get('broadcast').sendSavedBroadcastsTo(child_instance_id); + globalThis.services.get('broadcast').sendSavedBroadcastsTo(uuid); // If `window-active` is set (meanign the window is focused), focus the window one more time // this is to ensure that the iframe is `definitely` focused and can receive keyboard events (e.g. keydown)