mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 19:11:01 +00:00
chore: cleanup pt2
This commit is contained in:
@@ -102,7 +102,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
UseProxyForTimeStamps(Pref(Location.Player, Boolean::class, false)),
|
||||
ShowTimeStampButton(Pref(Location.Player, Boolean::class, true)),
|
||||
AutoSkipOPED(Pref(Location.Player, Boolean::class, false)),
|
||||
AutoSkipRecap(Pref(Location.Player, Boolean::class, false )),
|
||||
AutoSkipRecap(Pref(Location.Player, Boolean::class, false)),
|
||||
AutoPlay(Pref(Location.Player, Boolean::class, true)),
|
||||
AutoSkipFiller(Pref(Location.Player, Boolean::class, false)),
|
||||
AskIndividualPlayer(Pref(Location.Player, Boolean::class, true)),
|
||||
|
||||
Reference in New Issue
Block a user