1
0
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:
Salvador Díaz Fau
2025-04-26 15:12:17 +02:00
parent 3904180367
commit 207e84f383
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -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"
} }