feat(youtube/video-speed): change custom video speeds inside app settings (#2114)
This commit is contained in:

committed by
GitHub

parent
6a2b6b6e03
commit
d97815af18
@ -1,6 +1,8 @@
|
||||
package app.revanced.patches.shared.settings.preference.impl
|
||||
|
||||
enum class InputType(val type: String) {
|
||||
STRING("text"),
|
||||
STRING("text"), // TODO: rename to "TEXT"
|
||||
TEXT_CAP_CHARACTERS("textCapCharacters"),
|
||||
TEXT_MULTI_LINE("textMultiLine"),
|
||||
NUMBER("number"),
|
||||
}
|
Reference in New Issue
Block a user