mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 11:42:30 +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 {
|
- (NSImage *)image {
|
||||||
return [NSImage imageNamed:NSImageNameApplicationIcon];
|
return [[NSWorkspace sharedWorkspace] iconForFileType:@"bundle"];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSString *)label {
|
- (NSString *)label {
|
||||||
|
|||||||
Reference in New Issue
Block a user