From 558dded772a0e91d3b46ad61f42309ecc1ef3348 Mon Sep 17 00:00:00 2001 From: Jeremy Stott Date: Mon, 9 Jul 2018 15:04:34 +0800 Subject: Revert "Use templated icons for the menu bar in macOS" --- systray_darwin.m | 1 - 1 file changed, 1 deletion(-) diff --git a/systray_darwin.m b/systray_darwin.m index 5b3ddf9..f1dc7ac 100644 --- a/systray_darwin.m +++ b/systray_darwin.m @@ -159,7 +159,6 @@ void runInMainThread(SEL method, id object) { void setIcon(const char* iconBytes, int length) { NSData* buffer = [NSData dataWithBytes: iconBytes length:length]; NSImage *image = [[NSImage alloc] initWithData:buffer]; - image.template = YES; [image setSize:NSMakeSize(16, 16)]; runInMainThread(@selector(setIcon:), (id)image); } -- cgit v1.2.3