mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-06 09:34:37 +02:00
fix build error
This commit is contained in:
parent
f999aead6b
commit
6af5fdba70
@ -24,4 +24,6 @@ object Constants {
|
||||
const val GENERAL_CLASS_DESCRIPTOR = "$GENERAL_PATH/GeneralPatch;"
|
||||
const val NAVIGATION_CLASS_DESCRIPTOR = "$NAVIGATION_PATH/NavigationPatch;"
|
||||
const val PLAYER_CLASS_DESCRIPTOR = "$PLAYER_PATH/PlayerPatch;"
|
||||
|
||||
const val PATCH_STATUS_CLASS_DESCRIPTOR = "$UTILS_PATH/PatchStatus;"
|
||||
}
|
@ -25,6 +25,11 @@ object ReturnYouTubeUsernamePatch : BaseBytecodePatch(
|
||||
"revanced_return_youtube_username_enabled",
|
||||
"false"
|
||||
)
|
||||
SettingsPatch.addPreferenceWithIntent(
|
||||
CategoryType.RETURN_YOUTUBE_USERNAME,
|
||||
"revanced_return_youtube_username_display_format",
|
||||
"revanced_return_youtube_username_enabled"
|
||||
)
|
||||
SettingsPatch.addPreferenceWithIntent(
|
||||
CategoryType.RETURN_YOUTUBE_USERNAME,
|
||||
"revanced_return_youtube_username_youtube_data_api_v3_developer_key",
|
||||
|
Loading…
x
Reference in New Issue
Block a user