Add last visit, visit count, last seen, join count and fav percentage

and SQLite Table Size
This commit is contained in:
Natsumi
2021-10-01 10:42:02 +13:00
parent d72c52a306
commit 76af949f01
4 changed files with 264 additions and 11 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ namespace VRCX
System.Environment.Exit(0);
}
public bool CheckForUpdateZip()
public bool CheckForUpdateExe()
{
if (File.Exists(Path.Combine(Program.AppDataDirectory, "update.exe")))
return true;