Skip to content

Commit

Permalink
[macOS] Allow execution for Group NSPredicate restored secured storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
nevack authored and ckerr committed Jun 14, 2022
1 parent cab5799 commit 05e26b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macosx/GroupsController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ - (BOOL)torrent:(Torrent*)torrent doesMatchRulesForGroupAtIndex:(NSInteger)index
}

NSPredicate* predicate = [self autoAssignRulesForIndex:index];
[predicate allowEvaluation];
BOOL eval = NO;
@try
{
Expand Down

0 comments on commit 05e26b2

Please sign in to comment.