diff --git a/source/uCEFApplication.pas b/source/uCEFApplication.pas index 4e8d4bc4..d322ce7e 100644 --- a/source/uCEFApplication.pas +++ b/source/uCEFApplication.pas @@ -388,7 +388,7 @@ begin FEnableSpellingService := True; FEnableMediaStream := True; FEnableSpeechInput := True; - FEnableGPU := True; + FEnableGPU := False; FCustomCommandLines := nil; FCustomCommandLineValues := nil; FCheckCEFFiles := True;