Using generic bundle icon for plugin settings

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-12-04 15:49:49 +01:00
parent 569d8a700d
commit 204f413560

View File

@@ -31,7 +31,7 @@
}
- (NSImage *)image {
return [NSImage imageNamed:NSImageNameApplicationIcon];
return [[NSWorkspace sharedWorkspace] iconForFileType:@"bundle"];
}
- (NSString *)label {