Small changes

This commit is contained in:
Natsumi
2024-08-21 09:23:55 +12:00
parent baebfe2041
commit 3baf00af27
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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;