Update helpers.js

This commit is contained in:
Nariman Jelveh 2024-04-13 12:28:28 -07:00
parent 497c633b8a
commit 3cfee32ae0

View File

@ -2052,6 +2052,7 @@ window.launch_app = async (options)=>{
is_maximized: options.maximized,
is_fullpage: options.is_fullpage,
...window_options,
show_in_taskbar: app_info.background ? false : window_options?.show_in_taskbar,
});
if ( ! app_info.background ) {