mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-12 19:40:45 +00:00
Fix Center YouTube Logo
This commit is contained in:
parent
0b04b91ef2
commit
3cfdf5ac8e
1 changed files with 8 additions and 1 deletions
|
|
@ -161,7 +161,14 @@ static void repositionCreateTab(YTIGuideResponse *response) {
|
|||
|
||||
%group gCenterYouTubeLogo
|
||||
%hook YTNavigationBarTitleView
|
||||
- (BOOL)shouldCenterNavBarTitleView { return YES; }
|
||||
- (void)setShouldCenterNavBarTitleView:(BOOL)center {
|
||||
%orig(YES);
|
||||
}
|
||||
- (BOOL)shouldCenterNavBarTitleView {
|
||||
return YES;
|
||||
}
|
||||
- (void)alignCustomViewToCenterOfWindow {
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue