mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-13 05:52:48 +01:00
Reorder start screen options to match bottom nav
This commit is contained in:
parent
0ec8def0d8
commit
f0f613e2cf
@ -27,9 +27,11 @@ class SettingsGeneralController : SettingsController() {
|
|||||||
intListPreference {
|
intListPreference {
|
||||||
key = Keys.startScreen
|
key = Keys.startScreen
|
||||||
titleRes = R.string.pref_start_screen
|
titleRes = R.string.pref_start_screen
|
||||||
entriesRes = arrayOf(R.string.label_library, R.string.label_recent_manga,
|
entriesRes = arrayOf(
|
||||||
R.string.label_recent_updates)
|
R.string.label_library,
|
||||||
entryValues = arrayOf("1", "2", "3")
|
R.string.label_recent_updates,
|
||||||
|
R.string.label_recent_manga)
|
||||||
|
entryValues = arrayOf("1", "3", "2")
|
||||||
defaultValue = "1"
|
defaultValue = "1"
|
||||||
summary = "%s"
|
summary = "%s"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user