默认自动检查版本更新

This commit is contained in:
刘祥超
2023-07-20 09:37:47 +08:00
parent bedb18dd71
commit 279e4025fd

View File

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