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:
parent
e53cc7ee5d
commit
8df34119d3
@ -409,7 +409,7 @@ var
|
||||
begin
|
||||
if (GlobalCEFApp <> nil) and
|
||||
GlobalCEFApp.LibLoaded and
|
||||
(GlobalCEFApp.ProcessType = ptRenderer) and
|
||||
((GlobalCEFApp.ProcessType = ptRenderer) or GlobalCEFApp.SingleProcess) and
|
||||
(length(name) > 0) and
|
||||
(length(code) > 0) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user