Browse Source

Fixed a silly bug

main 1.3.1
Unbewohnte 3 years ago committed by GitHub
parent
commit
9e962dc1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      settings/settings.go

2
settings/settings.go

@ -99,7 +99,7 @@ func Get() Settings {
logger.LogError(true, "`retrievementPath` is not specified !")
}
} else {
settings.BackgroundReplacement.ReplacementImagePath = ""
settings.BackgroundRetrievement.RetrievementPath = ""
}
if settings.Workers <= 0 {

Loading…
Cancel
Save