mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
use cached path
This commit is contained in:
@@ -9,7 +9,7 @@ namespace VRCX
|
||||
{
|
||||
public class WebApi
|
||||
{
|
||||
private readonly string COOKIE_FILE_NAME = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "cookies.dat");
|
||||
private readonly string COOKIE_FILE_NAME = Path.Combine(Program.BaseDirectory, "cookies.dat");
|
||||
public static WebApi Instance { get; private set; }
|
||||
private CookieContainer _cookieContainer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user