1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-12-03 21:44:45 +02:00

Fixed initialization issue in "ChromeRuntime" mode

This commit is contained in:
salvadordf
2021-09-18 11:00:57 +02:00
parent 155e298f3e
commit 5f1f820c07

View File

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