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
|
CASE 2, 3 'Can't reach server / Timeout
|
||||||
IF TIMER - start! > 5 THEN
|
IF TIMER - start! > 5 THEN
|
||||||
CheckUpdates = False
|
CheckUpdates = False
|
||||||
|
Control(OptionsMenuCheckUpdates).Value = CheckUpdates
|
||||||
SaveSettings
|
SaveSettings
|
||||||
END IF
|
END IF
|
||||||
CheckUpdateDone = True
|
CheckUpdateDone = True
|
||||||
|
|
Loading…
Reference in a new issue