fix: home list sorting

This commit is contained in:
rebelonion 2024-03-05 00:53:56 -06:00
parent 7ad586c994
commit ab14c4815f
3 changed files with 15 additions and 16 deletions

View file

@ -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)),