Rename "Themes" -> "uYouPlusThemes"
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
#import <substrate.h>
|
||||
#import <rootless.h>
|
||||
|
||||
#import "Themes.h" // Hide "Buy Super Thanks" banner (_ASDisplayView)
|
||||
#import "uYouPlusThemes.h" // Hide "Buy Super Thanks" banner (_ASDisplayView)
|
||||
#import "../Tweaks/YouTubeHeader/YTAppDelegate.h" // Activate FLEX
|
||||
// #import "../Tweaks/YouTubeHeader/YTISectionListRenderer.h" // Hide search ads by @PoomSmart - https://github.com/PoomSmart/YouTube-X
|
||||
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ NSBundle *uYouPlusBundle() {
|
||||
NSBundle *tweakBundle = uYouPlusBundle();
|
||||
|
||||
# pragma mark - App appearance
|
||||
// See Themes.xm
|
||||
// See uYouPlusThemes.xm
|
||||
|
||||
# pragma mark - Video player options
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#import "Themes.h"
|
||||
#import "uYouPlusThemes.h"
|
||||
|
||||
#define IS_DARK_APPEARANCE_ENABLED ([[NSUserDefaults standardUserDefaults] integerForKey:@"page_style"] == 1)
|
||||
#define IS_OLD_DARK_THEME_SELECTED (APP_THEME_IDX == 1)
|
||||
Reference in New Issue
Block a user