Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b0e6a1

Browse files
author
BccSafe
committed
change JsInteract2 run mode, single process -> Multi-process
1 parent 5f86abf commit 3b0e6a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/JsInteract/JsInteract2.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ uses
88
{$R *.res}
99

1010
begin
11-
// DcefBApp.CefSingleProcess := False;
11+
DcefBApp.CefSingleProcess := False;
1212
if not DcefBApp.Init then
1313
Exit;
1414

0 commit comments

Comments
 (0)