mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 03:32:08 +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
|
%group gCenterYouTubeLogo
|
||||||
%hook YTNavigationBarTitleView
|
%hook YTNavigationBarTitleView
|
||||||
- (BOOL)shouldCenterNavBarTitleView { return YES; }
|
- (void)setShouldCenterNavBarTitleView:(BOOL)center {
|
||||||
|
%orig(YES);
|
||||||
|
}
|
||||||
|
- (BOOL)shouldCenterNavBarTitleView {
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
- (void)alignCustomViewToCenterOfWindow {
|
||||||
|
}
|
||||||
%end
|
%end
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue