mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Fix Remove Indicators option
Option wasn’t building correctly.
This commit is contained in:
parent
efe8503241
commit
a0343b34b8
1 changed files with 2 additions and 10 deletions
12
uYouPlus.xm
12
uYouPlus.xm
|
|
@ -1395,18 +1395,10 @@ static void replaceTab(YTIGuideResponse *response) {
|
|||
%orig();
|
||||
}
|
||||
- (void)setFillColor:(id)arg1 {
|
||||
if (kRemoveIndicators) {
|
||||
%orig([UIColor clearColor]);
|
||||
} else {
|
||||
%orig(arg1);
|
||||
}
|
||||
%orig([UIColor clearColor]);
|
||||
}
|
||||
- (void)setBorderColor:(id)arg1 {
|
||||
if (kRemoveIndicators) {
|
||||
%orig([UIColor clearColor]);
|
||||
} else {
|
||||
%orig(arg1);
|
||||
}
|
||||
%orig([UIColor clearColor]);
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
|
|
|||
Loading…
Reference in a new issue