Added Skip Recap Feature (#336)
* Added Skip Recap Feature * Reverted gradle.properties to default
This commit is contained in:
parent
a51e025c03
commit
6be589618c
5 changed files with 45 additions and 0 deletions
|
@ -102,6 +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 )),
|
||||
AutoPlay(Pref(Location.Player, Boolean::class, true)),
|
||||
AutoSkipFiller(Pref(Location.Player, Boolean::class, false)),
|
||||
AskIndividualPlayer(Pref(Location.Player, Boolean::class, true)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue