Skip to content

Commit

Permalink
Merge pull request #18 from uqfldjpe/virus-total-button-fix
Browse files Browse the repository at this point in the history
fix a bug where the VirusTotal button was not properly disabled
  • Loading branch information
objective-see authored Jan 8, 2018
2 parents b0df0d3 + 194dbc6 commit bc4e779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/DaemonComms.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ -(void)getRules:(BOOL)wait4Change reply:(void (^)(NSDictionary*))reply;
}] getRules:wait4Change reply:^(NSDictionary* rules)
{
//respond with rules
dispatch_async(dispatch_get_main_queue(), ^
[[NSRunLoop mainRunLoop] performInModes:@[NSDefaultRunLoopMode, NSModalPanelRunLoopMode] block:^
{
//respond
reply(rules);
});
}];
}];

return;
Expand Down

0 comments on commit bc4e779

Please sign in to comment.