Rename "Themes" -> "uYouPlusThemes"

This commit is contained in:
Foxster
2023-12-25 10:15:11 -08:00
parent 959e384149
commit b64e387163
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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)