mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Move config to AppData
This commit is contained in:
@@ -18,8 +18,8 @@ namespace VRCX
|
||||
{
|
||||
var cefSettings = new CefSettings
|
||||
{
|
||||
CachePath = Path.Combine(Program.BaseDirectory, "cache"),
|
||||
UserDataPath = Path.Combine(Program.BaseDirectory, "userdata"),
|
||||
CachePath = Path.Combine(Program.AppDataDirectory, "cache"),
|
||||
UserDataPath = Path.Combine(Program.AppDataDirectory, "userdata"),
|
||||
IgnoreCertificateErrors = true,
|
||||
LogSeverity = LogSeverity.Disable,
|
||||
WindowlessRenderingEnabled = true,
|
||||
|
||||
Reference in New Issue
Block a user