diff options
Diffstat (limited to 'app/config.go')
| -rwxr-xr-x | app/config.go | 1 |
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"` |
