mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-21 02:52: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.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"];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue