Ability to order sources by library count when migrating (#6000)

* order sources by library count when migrating (closes #4703)

* Use plain menu instead of full-on sheet
This commit is contained in:
Andreas
2021-10-01 23:37:43 +02:00
committed by GitHub
parent c6d4e4c15f
commit ba8abd94a8
6 changed files with 118 additions and 2 deletions

View File

@@ -39,6 +39,7 @@
<string name="action_filter_unread">Unread</string>
<string name="action_filter_empty">Remove filter</string>
<string name="action_sort_alpha">Alphabetically</string>
<string name="action_sort_count">Total manga</string>
<string name="action_sort_total">Total chapters</string>
<string name="action_sort_last_read">Last read</string>
<string name="action_sort_last_checked">Last checked</string>