uYouEnhanced/Sources/YTMiniPlayerEnabler.x

9 lines
No EOL
249 B
Text

#import "uYouPlus.h"
// YTMiniPlayerEnabler: https://github.com/level3tjg/YTMiniplayerEnabler/
%hook YTWatchMiniBarViewController
- (void)updateMiniBarPlayerStateFromRenderer {
if (IS_ENABLED(kYTMiniPlayer)) {}
else { return %orig; }
}
%end