Fix AppIconOptionsController icons not showing

This commit is contained in:
arichornlover
2024-04-14 13:51:39 -05:00
committed by GitHub
parent c9221c7315
commit d077cb451a

View File

@@ -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"];