mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-02 23:57:13 +08:00
🎇 resolved #160
This commit is contained in:
@ -61,6 +61,10 @@ func LoadSettings() {
|
||||
if err == nil {
|
||||
conf.CheckParent = checkParent.Value == "true"
|
||||
}
|
||||
checkDown,err := GetSettingByKey("check down link")
|
||||
if err == nil {
|
||||
conf.CheckDown = checkDown.Value == "true"
|
||||
}
|
||||
favicon, err := GetSettingByKey("favicon")
|
||||
if err == nil {
|
||||
//conf.Favicon = favicon.Value
|
||||
|
Reference in New Issue
Block a user