mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-11 21:26:05 +00:00
Fix AppIconOptionsController icons not showing
This commit is contained in:
parent
c9221c7315
commit
d077cb451a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
self.iconPreview.clipsToBounds = YES;
|
||||
[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];
|
||||
self.appIcons = [bundle pathsForResourcesOfType:@"png" inDirectory:@"AppIcons"];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue