Updater: Remove InstallationTime

This commit is contained in:
Kamil Trzcinski 2023-07-05 00:59:26 +02:00
parent 3fb344b89c
commit 1aaf98b4fa
3 changed files with 2 additions and 33 deletions

View file

@ -220,11 +220,6 @@ namespace CommonHelpers
return File.Exists(uninstallExe);
}
public static bool AcceptedTerms
{
get { return HasFile("Uninstall.exe"); }
}
private static System.Timers.Timer? updateTimer;
public static void RunUpdater(string Title, bool user = false, int recheckIntervalHours = 24)