mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
chore(.NET): update to Cef 116.0.150
This commit is contained in:
@@ -17,10 +17,11 @@ namespace VRCX
|
||||
|
||||
internal void Init()
|
||||
{
|
||||
var userDataDir = Path.Combine(Program.AppDataDirectory, "userdata");
|
||||
var cefSettings = new CefSettings
|
||||
{
|
||||
CachePath = Path.Combine(Program.AppDataDirectory, "cache"),
|
||||
UserDataPath = Path.Combine(Program.AppDataDirectory, "userdata"),
|
||||
RootCachePath = userDataDir,
|
||||
CachePath = Path.Combine(userDataDir, "cache"),
|
||||
LogSeverity = LogSeverity.Disable,
|
||||
WindowlessRenderingEnabled = true,
|
||||
PersistSessionCookies = true,
|
||||
|
||||
Reference in New Issue
Block a user