fix: home list sorting
This commit is contained in:
parent
7ad586c994
commit
ab14c4815f
3 changed files with 15 additions and 16 deletions
|
@ -100,7 +100,6 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
|||
UseInternalCast(Pref(Location.Player, Boolean::class, false)),
|
||||
Pip(Pref(Location.Player, Boolean::class, true)),
|
||||
RotationPlayer(Pref(Location.Player, Boolean::class, true)),
|
||||
ContinuedAnimeSet(Pref(Location.Player, Set::class, setOf<String>())),
|
||||
|
||||
//Reader
|
||||
ShowSource(Pref(Location.Reader, Boolean::class, true)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue