mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 08:29:30 +00:00
allow for drag and drop on iconImageView to update custom icons
This commit is contained in:
@@ -94,6 +94,11 @@
|
||||
[task resume];
|
||||
}
|
||||
|
||||
- (void)deleteIcon:(id)sender {
|
||||
|
||||
}
|
||||
|
||||
|
||||
- (void)_deleteIcon:(KPKIcon *)icon {
|
||||
NSUInteger iconIndex = [self.iconCollectionView.content indexOfObject:icon];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user