Remove preview release notes

The GitHub releases contain the commit messages.
This commit is contained in:
arkon
2021-04-19 15:30:04 -04:00
parent 68bea8a196
commit 6676490e09
3 changed files with 0 additions and 41 deletions

View File

@ -78,15 +78,6 @@ class AboutController : SettingsController() {
openInBrowser(url)
}
}
if (BuildConfig.DEBUG) {
preference {
key = "pref_about_notices"
titleRes = R.string.notices
onClick {
openInBrowser("https://github.com/tachiyomiorg/tachiyomi/blob/master/PREVIEW_RELEASE_NOTES.md")
}
}
}
preferenceCategory {
preference {