Browse Source

Update helpers.js

Nariman Jelveh 1 năm trước cách đây
mục cha
commit
3cfee32ae0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 ) {