CefSettings has been moved
CefSharp.CefSettings is now CefSharp.WinForms.CefSettings/CefSharp.Wpf.CefSettings/CefSharp.OffScreen.CefSettings See https://github.com/cefsharp/CefSharp/issues/2477 for more details There is one set of settings for each flavour, all the essential command line workarounds are enabled (there are plenty of non-essential ones that have no yet been enabled by default)
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
//
 | 
			
		||||
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
 | 
			
		||||
 | 
			
		||||
using CefSharp.WinForms;
 | 
			
		||||
using System;
 | 
			
		||||
using System.IO;
 | 
			
		||||
using System.Windows.Forms;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user