mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 03:49:56 +00:00
Disables auto-updates if it takes too long at startup.
This commit is contained in:
parent
5027c44f5f
commit
0dd47761ed
1 changed files with 1 additions and 0 deletions
|
@ -886,6 +886,7 @@ SUB __UI_BeforeUpdateDisplay
|
|||
CASE 2, 3 'Can't reach server / Timeout
|
||||
IF TIMER - start! > 5 THEN
|
||||
CheckUpdates = False
|
||||
Control(OptionsMenuCheckUpdates).Value = CheckUpdates
|
||||
SaveSettings
|
||||
END IF
|
||||
CheckUpdateDone = True
|
||||
|
|
Loading…
Reference in a new issue