1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Removed GlobalCEFApp.ApiHashUniversal mention in MiniBrowser

This commit is contained in:
Salvador Díaz Fau
2025-02-26 16:23:14 +01:00
parent 9c41b46285
commit 032e1e5769
2 changed files with 1 additions and 2 deletions

View File

@ -445,7 +445,6 @@ var
begin
TempInfo := 'CEF : ' + CRLF + GlobalCEFApp.LibCefVersion + CRLF + CRLF +
'Chromium : ' + CRLF + GlobalCEFApp.ChromeVersion + CRLF + CRLF +
'Universal API hash : ' + CRLF + GlobalCEFApp.ApiHashUniversal + CRLF + CRLF +
'Platform API hash : ' + CRLF + GlobalCEFApp.ApiHashPlatform + CRLF + CRLF +
'Commit API hash : ' + CRLF + GlobalCEFApp.ApiHashCommit;