Skip to content

Commit

Permalink
feat: add custom pages key, remove auto update key
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakiyo committed Aug 29, 2023
1 parent 3a37312 commit 3ab84da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ func init() {
v.SetConfigName("tilde")
v.AddConfigPath(where.Dir())

v.SetDefault("auto_update", true)
// v.SetDefault("auto_update", true)
v.SetDefault("log_level", "warn")
v.SetDefault("root_dir", where.Dir())
v.SetDefault("platform", utils.Platform())
v.SetDefault("language", "en")
v.SetDefault("custom_pages", "")
// must be one of always, auto, never
v.SetDefault("color", "auto")
}
Expand Down

0 comments on commit 3ab84da

Please # to comment.