mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
ae962dcbac
commit
ebe293aef0
1 changed files with 1 additions and 2 deletions
|
|
@ -814,8 +814,7 @@ static NSString *accessGroupID() {
|
|||
%property (retain, nonatomic) YTQTMButton *uYouPlusButton;
|
||||
- (NSMutableArray *)buttons {
|
||||
NSString *tweakBundlePath = [[NSBundle mainBundle] pathForResource:@"uYouPlus" ofType:@"bundle"];
|
||||
NSString *uYouPlusLightSettingsPath;
|
||||
NSString *uYouPlusDarkSettingsPath;
|
||||
NSString *uYouPlusMainSettingsPath;
|
||||
if (tweakBundlePath) {
|
||||
NSBundle *tweakBundle = [NSBundle bundleWithPath:tweakBundlePath];
|
||||
uYouPlusMainSettingsPath = [tweakBundle pathForResource:@"uYouPlus_logo_main" ofType:@"png"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue