mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
Using generic bundle icon for plugin settings
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
}
|
||||
|
||||
- (NSImage *)image {
|
||||
return [NSImage imageNamed:NSImageNameApplicationIcon];
|
||||
return [[NSWorkspace sharedWorkspace] iconForFileType:@"bundle"];
|
||||
}
|
||||
|
||||
- (NSString *)label {
|
||||
|
||||
Reference in New Issue
Block a user