Enable upload backgrounds by default
This commit is contained in:
parent
caee123f9d
commit
c8605d6b3d
3 changed files with 7 additions and 7 deletions
|
|
@ -253,8 +253,8 @@ func InitDefaultConfig() {
|
|||
AvatarProvider.setDefault("gravatar")
|
||||
AvatarGravaterExpiration.setDefault(3600)
|
||||
// List Backgrounds
|
||||
BackgroundsEnabled.setDefault(false)
|
||||
BackgroundsUploadEnabled.setDefault(false)
|
||||
BackgroundsEnabled.setDefault(true)
|
||||
BackgroundsUploadEnabled.setDefault(true)
|
||||
BackgroundsUnsplashEnabled.setDefault(false)
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue