This commit is contained in:
Jobobby04 2021-05-09 13:05:55 -04:00
parent 85398f7c30
commit f0a2b85dd5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ enum class ReaderBottomButton(val value: String, @StringRes val stringRes: Int)
ReadingMode("rm", R.string.viewer), ReadingMode("rm", R.string.viewer),
Rotation("rot", R.string.rotation_type), Rotation("rot", R.string.rotation_type),
CropBordersPager("cbp", R.string.pref_crop_borders_pager), CropBordersPager("cbp", R.string.pref_crop_borders_pager),
CropBordersContinuesVertical("cbc", R.string.pref_crop_borders_continues_vertical), CropBordersContinuesVertical("cbc", R.string.pref_crop_borders_continuous_vertical),
CropBordersWebtoon("cbw", R.string.pref_crop_borders_webtoon), CropBordersWebtoon("cbw", R.string.pref_crop_borders_webtoon),
// PageLayout("pl", R.string.page_layout), // PageLayout("pl", R.string.page_layout),
// ShiftDoublePage("sdp", R.string.shift_double_pages) // ShiftDoublePage("sdp", R.string.shift_double_pages)

View File

@ -267,7 +267,7 @@
<string name="eh_boost_page_help">Boost page help</string> <string name="eh_boost_page_help">Boost page help</string>
<string name="eh_boost_page_help_message">Normally the downloader can only download a specific amount of pages at the same time. This means you can be waiting for a page to download but the downloader will not start downloading the page until it has a free download slot. Pressing \'Boost page\' will force the downloader to begin downloading the current page, regardless of whether or not there is an available slot.</string> <string name="eh_boost_page_help_message">Normally the downloader can only download a specific amount of pages at the same time. This means you can be waiting for a page to download but the downloader will not start downloading the page until it has a free download slot. Pressing \'Boost page\' will force the downloader to begin downloading the current page, regardless of whether or not there is an available slot.</string>
<string name="pref_crop_borders_pager">Crop borders Pager</string> <string name="pref_crop_borders_pager">Crop borders Pager</string>
<string name="pref_crop_borders_continues_vertical">Crop borders Continues Vertical</string> <string name="pref_crop_borders_continuous_vertical">Crop borders Continuous Vertical</string>
<string name="pref_crop_borders_webtoon">Crop borders Webtoon</string> <string name="pref_crop_borders_webtoon">Crop borders Webtoon</string>
<!-- Auto Webtoon Mode --> <!-- Auto Webtoon Mode -->