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;
|
FCookieableSchemesExcludeDefaults := False;
|
||||||
FChromePolicyId := '';
|
FChromePolicyId := '';
|
||||||
FChromeAppIconId := 0;
|
FChromeAppIconId := 0;
|
||||||
{$IF DEFINED(OS_POSIX) AND NOT(DEFINED(ANDROID))}
|
|
||||||
FDisableSignalHandlers := False;
|
FDisableSignalHandlers := False;
|
||||||
{$IFEND}
|
|
||||||
|
|
||||||
// Fields used to set command line switches
|
// Fields used to set command line switches
|
||||||
FSingleProcess := False;
|
FSingleProcess := False;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"UpdateLazPackages" : [
|
"UpdateLazPackages" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : true,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 727,
|
"InternalVersion" : 728,
|
||||||
"Name" : "cef4delphi_lazarus.lpk",
|
"Name" : "cef4delphi_lazarus.lpk",
|
||||||
"Version" : "135.0.22"
|
"Version" : "135.0.22"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user