Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Oct 18, 2024
1 parent f999aea commit 6af5fdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6af5fdb

Please sign in to comment.