diff options
-rw-r--r-- | Cydia.mm | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -6401,11 +6401,15 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { - (void) queueButtonClicked { [delegate_ queue]; } -#endif -- (void) didFinishLoading { - [self queueStatusDidChange]; +- (void) applyLoadingTitle { + // No "Loading" title. +} + +- (void) applyRightButton { + // No right button. } +#endif - (void) queueStatusDidChange { #if !AlwaysReload |