mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
remove default time zone
This commit is contained in:
parent
404453cadd
commit
6ec608f539
@ -46,7 +46,7 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *co
|
||||
secretFile: ymlConfig.UString("secretFile", ""),
|
||||
showDeclined: ymlConfig.UBool("showDeclined", false),
|
||||
withLocation: ymlConfig.UBool("withLocation", true),
|
||||
timeZone: ymlConfig.UString("timeZone", "America/New_York"),
|
||||
timeZone: ymlConfig.UString("timeZone", ""),
|
||||
}
|
||||
|
||||
settings.colors.day = ymlConfig.UString("colors.day", "forestgreen")
|
||||
|
Loading…
x
Reference in New Issue
Block a user