Don't download files by default (user feedback)
This commit is contained in:
parent
cc341abc68
commit
77f8a64c04
@ -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
2
models
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user