Added reverse portrait reader rotation

This commit is contained in:
Sahaab
2022-03-12 00:26:28 -05:00
committed by arkon
parent 9547311d7d
commit 87ae86e1be
3 changed files with 3 additions and 0 deletions
@@ -78,6 +78,7 @@ class SettingsReaderController : SettingsController() {
entriesRes = arrayOf(
R.string.rotation_free,
R.string.rotation_portrait,
R.string.rotation_reverse_portrait,
R.string.rotation_landscape,
R.string.rotation_force_portrait,
R.string.rotation_force_landscape,