lets show the disabled hidden item displaying in Whats New

This commit is contained in:
tibbi 2022-04-15 21:30:33 +02:00
parent 9f3f82b9c5
commit 7a24f6f05b
1 changed files with 1 additions and 0 deletions

View File

@ -1443,6 +1443,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
add(Release(277, R.string.release_277))
add(Release(295, R.string.release_295))
add(Release(327, R.string.release_327))
add(Release(359, R.string.faq_16_text))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}