summaryrefslogtreecommitdiff
path: root/app/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/config.go')
-rwxr-xr-xapp/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config.go b/app/config.go
index 2faa69d..b790f71 100755
--- a/app/config.go
+++ b/app/config.go
@@ -34,6 +34,7 @@ type config struct {
Cache cacheConfig `json:"cache"`
Proxy bool `json:"proxy"`
Nsfw bool `json:"nsfw"`
+ HideAI bool `json:"hide-ai"`
UserAgent string `json:"user-agent"`
DownloadProxy string `json:"download-proxy"`
StaticPath string `json:"static-path"`