Browse Source

Update helpers.js

Nariman Jelveh 1 year ago
parent
commit
3cfee32ae0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/helpers.js

+ 1 - 0
src/helpers.js

@@ -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 ) {