feat(youtube/video-speed): change custom video speeds inside app settings (#2114)

This commit is contained in:
LisoUseInAIKyrios
2023-05-11 10:25:21 +04:00
committed by GitHub
parent 6a2b6b6e03
commit d97815af18
5 changed files with 54 additions and 112 deletions

View File

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