1
1
Fork 0
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:
Fellippe Heitor 2018-06-12 14:19:28 -03:00 committed by GitHub
parent 5027c44f5f
commit 0dd47761ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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