change bpDontCropMediaThumb pref's default value to true, for avoinding legal complaint. https://www.ip.courts.go.jp/app/files/hanrei_jp/761/087761_point.pdf

This commit is contained in:
tateisu 2020-07-21 23:22:45 +09:00
parent 10ea71d2f2
commit 90f08df268
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ object Pref {
val bpDontCropMediaThumb = BooleanPref(
"DontCropMediaThumb",
false
true
)
val bpDontDuplicationCheck = BooleanPref(