File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1393,28 +1393,33 @@ function create_window(opts, cbk = () => {}) {
13931393 if ( ( new RegExp ( / g p t c h a t / ) ) . exec ( options . url ) ) {
13941394 options . minWidth = 200 ;
13951395 options . linuxMenuBar = false ;
1396+ options . contextMenu = false ;
13961397 }
13971398
13981399 if ( ( new RegExp ( / d o c F i n d / ) ) . exec ( options . url ) ) {
13991400 options . width = options . minWidth ;
14001401 options . linuxMenuBar = false ;
1402+ options . contextMenu = false ;
14011403 }
14021404
14031405 if ( ( new RegExp ( / s e t t i n g s / ) ) . exec ( options . url ) ) {
14041406 options . linuxMenuBar = false ;
1407+ options . contextMenu = false ;
14051408 }
14061409
14071410
14081411 if ( new RegExp ( / a c k n o w l e d g m e n t s / ) . exec ( options . url ) ) {
14091412 options . height = 310 ;
14101413 options . linuxMenuBar = false ;
1414+ options . contextMenu = false ;
14111415 }
14121416
14131417 if ( new RegExp ( / w i n d o w / ) . exec ( options . url ) ) {
14141418 options . minWidth = 100 ;
14151419 options . width = 500 ;
14161420 options . height = 500 ;
14171421 options . linuxMenuBar = false ;
1422+ options . contextMenu = false ;
14181423 }
14191424
14201425
@@ -1423,6 +1428,7 @@ function create_window(opts, cbk = () => {}) {
14231428 options . width = 576 * 1024.0 / 800.0 ;
14241429 options . height = 520 * 640.0 / 600.0 ;
14251430 options . linuxMenuBar = false ;
1431+ options . contextMenu = false ;
14261432 }
14271433
14281434
You can’t perform that action at this time.
0 commit comments