mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 13:57:39 +00:00
Updater: Remove InstallationTime
This commit is contained in:
parent
3fb344b89c
commit
1aaf98b4fa
3 changed files with 2 additions and 33 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue