mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Random fixes
This commit is contained in:
@@ -43,6 +43,7 @@ namespace VRCX
|
||||
public void WriteConfigFile(string json)
|
||||
{
|
||||
var path = GetVRChatAppDataLocation();
|
||||
Directory.CreateDirectory(path);
|
||||
var configFile = Path.Join(path, "config.json");
|
||||
File.WriteAllText(configFile, json);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user