mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Small changes
This commit is contained in:
@@ -100,7 +100,7 @@ namespace VRCX
|
||||
|
||||
public bool OpenVrcAppDataFolder()
|
||||
{
|
||||
var path = GetVRChatAppDataLocation();
|
||||
var path = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + @"Low\VRChat\VRChat";
|
||||
if (!Directory.Exists(path))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user