mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-16 04:33:18 +02:00
Add link to privacy policy
This commit is contained in:
@ -93,6 +93,13 @@ class AboutController : SettingsController(), NoAppBarElevationController {
|
||||
router.pushController(LicensesController().withFadeTransaction())
|
||||
}
|
||||
}
|
||||
preference {
|
||||
key = "pref_about_privacy_policy"
|
||||
titleRes = R.string.privacy_policy
|
||||
onClick {
|
||||
openInBrowser("https://tachiyomi.org/privacy")
|
||||
}
|
||||
}
|
||||
|
||||
add(AboutLinksPreference(context))
|
||||
}
|
||||
|
Reference in New Issue
Block a user