Skip to content

Commit

Permalink
更换 debug icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chensifang committed Dec 28, 2019
1 parent a065ae5 commit 11a4b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bob/Feature/StatusItem/StatusItem.m
Expand Up @@ -51,7 +51,7 @@ - (void)setup {
NSStatusItem *item = [[NSStatusBar systemStatusBar] statusItemWithLength:NSSquareStatusItemLength];
[item.button setToolTip:@"Bob"];
#if DEBUG
NSImage *image = [NSImage imageNamed:@"logo"];
NSImage *image = [NSImage imageNamed:@"logo_status_debug"];
#else
NSImage *image = [NSImage imageNamed:@"logo_status"];
#endif
Expand Down

0 comments on commit 11a4b61

Please sign in to comment.