mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-21 12:23:55 +00:00
fix: home list sorting
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user