mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-29 23:01:55 +01:00
Opkman: Set "Check for package updates" to never by default.
git-svn-id: trunk@59774 -
This commit is contained in:
parent
02e5547687
commit
a54471158f
@ -268,7 +268,7 @@ begin
|
||||
FActiveRepositoryIndex := 0;
|
||||
FForceDownloadAndExtract := True;
|
||||
FDeleteZipAfterInstall := True;
|
||||
FCheckForUpdates := 0;
|
||||
FCheckForUpdates := 5;
|
||||
FLastUpdate := 0.0;
|
||||
FConTimeOut := 10;
|
||||
FDaysToShowNewPackages := 31;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user