Supports Custom branding now

This commit is contained in:
Nikhil Badyal
2022-10-17 23:01:42 +05:30
parent 8e25ed4952
commit aa8a378ec8
2 changed files with 7 additions and 6 deletions
+4
View File
@@ -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",
)