This commit is contained in:
gedoor 2021-10-22 12:16:44 +08:00
parent 5d04978283
commit b80afb57ce

View File

@ -157,6 +157,7 @@ class ThemeConfigFragment : BasePreferenceFragment(),
.setTitle(getString(R.string.font_scale))
.setMaxValue(16)
.setMinValue(8)
.setValue(10)
.setCustomButton((R.string.btn_default_s)) {
putPrefInt(PreferKey.fontScale, 0)
recreateActivities()