Don't download files by default (user feedback)

This commit is contained in:
Gregor Kleen 2018-08-06 15:21:35 +02:00
parent cc341abc68
commit 77f8a64c04
2 changed files with 2 additions and 2 deletions

View File

@ -50,6 +50,6 @@ user-defaults:
date-time-format: "%a %d %b %Y %R"
date-format: "%d.%m.%Y"
time-format: "%R"
download-files: true
download-files: false
cryptoid-keyfile: "_env:CRYPTOID_KEYFILE:cryptoid_key.bf"

2
models
View File

@ -9,7 +9,7 @@ User json
dateTimeFormat DateTimeFormat "default='%a %d %b %Y %R'"
dateFormat DateTimeFormat "default='%d.%m.%Y'"
timeFormat DateTimeFormat "default='%R'"
downloadFiles Bool default='true'
downloadFiles Bool default='false'
UniqueAuthentication plugin ident
UniqueEmail email
deriving Show