--debug, tray launch DevTools, fix right click paste

This commit is contained in:
Natsumi
2022-09-12 20:50:58 +12:00
parent 1e1918389b
commit 116f76a2a5
5 changed files with 38 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ namespace VRCX
public static string BaseDirectory { get; private set; }
public static string AppDataDirectory { get; private set; }
public static string ConfigLocation;
public static bool LaunchDebug;
static Program()
{
@@ -86,4 +87,4 @@ namespace VRCX
SQLite.Instance.Exit();
}
}
}
}