change default value of bpShowLinkUnderline

This commit is contained in:
tateisu 2019-01-26 20:13:17 +09:00
parent 75cf91c5a0
commit af356ba1dc
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ object Pref {
)
val bpShowLinkUnderline = BooleanPref(
"ShowLinkUnderline",
true,
false,
R.id.swShowLinkUnderline
)