默认自动检查版本更新

This commit is contained in:
GoEdgeLab
2023-07-20 09:37:47 +08:00
parent dd17b13056
commit f9e41eeac2

View File

@@ -9,5 +9,7 @@ type CheckUpdatesConfig struct {
}
func NewCheckUpdatesConfig() *CheckUpdatesConfig {
return &CheckUpdatesConfig{}
return &CheckUpdatesConfig{
AutoCheck: true,
}
}