mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Supports Custom branding now
This commit is contained in:
@@ -57,3 +57,7 @@ class RevancedConfig:
|
||||
"youtube_music": f"{self.apk_mirror_urls.get('youtube_music')}youtube-music",
|
||||
}
|
||||
self.build_og_nd_branding_youtube = env.bool("BUILD_OG_BRANDING_YOUTUBE", False)
|
||||
self.branding_patch = env.str(
|
||||
"BRANDING_PATCH",
|
||||
"custom-branding-icon-blue" if self.build_extended else "custom-branding",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user