You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Fixed initialization issue in "ChromeRuntime" mode
This commit is contained in:
@ -5195,7 +5195,7 @@ end;
|
||||
|
||||
procedure TChromiumCore.doOnAfterCreated(const browser: ICefBrowser);
|
||||
begin
|
||||
if MultithreadApp or MultiBrowserMode then
|
||||
if MultithreadApp or MultiBrowserMode or GlobalCEFApp.ChromeRuntime then
|
||||
AddBrowser(browser);
|
||||
|
||||
doUpdatePreferences(browser);
|
||||
|
Reference in New Issue
Block a user