mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 19:38:54 -04:00
Fix AppIconOptionsController icons not showing
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
self.iconPreview.clipsToBounds = YES;
|
self.iconPreview.clipsToBounds = YES;
|
||||||
[self.view addSubview:self.iconPreview];
|
[self.view addSubview:self.iconPreview];
|
||||||
|
|
||||||
NSString *path = [[NSBundle mainBundle] pathForResource:@"uYouPlus" ofType:@"bundle"];
|
NSString *path = [[NSBundle mainBundle] pathForResource:@"YTLitePlus" ofType:@"bundle"];
|
||||||
NSBundle *bundle = [NSBundle bundleWithPath:path];
|
NSBundle *bundle = [NSBundle bundleWithPath:path];
|
||||||
self.appIcons = [bundle pathsForResourcesOfType:@"png" inDirectory:@"AppIcons"];
|
self.appIcons = [bundle pathsForResourcesOfType:@"png" inDirectory:@"AppIcons"];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user