feat: 优化

pull/254/head
gedoor 4 years ago
parent fc47582ac9
commit 503c7ab8de
  1. 2
      app/src/main/java/io/legado/app/ui/about/AboutFragment.kt

@ -53,7 +53,7 @@ class AboutFragment : PreferenceFragmentCompat() {
"license" -> requireContext().openUrl(licenseUrl)
"disclaimer" -> requireContext().openUrl(disclaimerUrl)
"qq" -> showQqGroups()
"gzGzh" -> requireContext().sendToClip("开源阅读软件")
"gzGzh" -> requireContext().sendToClip(getString(R.string.legado_gzh))
}
return super.onPreferenceTreeClick(preference)
}

Loading…
Cancel
Save