Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmao committed Apr 7, 2020
1 parent 0f613a5 commit 5842ea4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ - (void)hook_setSessionInfo:(MMSessionInfo *)sessionInfo {

NSMutableArray *selectSessions = [[TKWeChatPluginConfig sharedConfig] selectSessions];

if ([TKWeChatPluginConfig sharedConfig].darkMode || [TKWeChatPluginConfig sharedConfig].pinkMode) {
if ([TKWeChatPluginConfig sharedConfig].darkMode) {
NSColor *changeColor = [TKWeChatPluginConfig sharedConfig].darkMode ? kRGBColor(255, 255, 255, 1.0) : [NSColor blackColor];
if (isIgnore) {
changeColor = kRGBColor(25, 185, 77, 1.0);
Expand Down

0 comments on commit 5842ea4

Please sign in to comment.