mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 18:49:27 +00:00
introducting delete buttons for custom icons
This commit is contained in:
@@ -54,8 +54,7 @@
|
||||
continue; // Skip all non-db Keys
|
||||
}
|
||||
MPIconType iconType = (MPIconType)iconNumber.integerValue;
|
||||
KPKIcon *icon = [[KPKIcon alloc] init];
|
||||
icon.image = [MPIconHelper icon:iconType];
|
||||
KPKIcon *icon = [[KPKIcon alloc] initWithImage:[MPIconHelper icon:iconType]];
|
||||
[mutableIcons addObject:icon];
|
||||
}
|
||||
icons = [mutableIcons copy];
|
||||
|
||||
Reference in New Issue
Block a user