You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Removed old conditionals from GlobalCEFApp
This commit is contained in:
@ -1940,9 +1940,7 @@ begin
|
||||
FCookieableSchemesExcludeDefaults := False;
|
||||
FChromePolicyId := '';
|
||||
FChromeAppIconId := 0;
|
||||
{$IF DEFINED(OS_POSIX) AND NOT(DEFINED(ANDROID))}
|
||||
FDisableSignalHandlers := False;
|
||||
{$IFEND}
|
||||
|
||||
// Fields used to set command line switches
|
||||
FSingleProcess := False;
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 727,
|
||||
"InternalVersion" : 728,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "135.0.22"
|
||||
}
|
||||
|
Reference in New Issue
Block a user