1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2024-11-24 08:02:15 +02:00

CefRegisterExtension fix for single process mode made by Michał Jasiński

This commit is contained in:
Salvador Díaz Fau 2020-01-05 15:15:48 +01:00
parent e53cc7ee5d
commit 8df34119d3

View File

@ -409,7 +409,7 @@ var
begin begin
if (GlobalCEFApp <> nil) and if (GlobalCEFApp <> nil) and
GlobalCEFApp.LibLoaded and GlobalCEFApp.LibLoaded and
(GlobalCEFApp.ProcessType = ptRenderer) and ((GlobalCEFApp.ProcessType = ptRenderer) or GlobalCEFApp.SingleProcess) and
(length(name) > 0) and (length(name) > 0) and
(length(code) > 0) then (length(code) > 0) then
begin begin