Skip to content

Commit

Permalink
Update Tweak.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
Paisseon committed Aug 2, 2021
1 parent cbbf77e commit be60c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ static CCCalcViewController *ccCalcController;
}

%new -(BOOL)isCalcModule {
return [[MSHookIvar<SBFApplication *>(self, "_application") applicationBundleIdentifier] isEqualToString:@"com.apple.calculator"];
return true;
}

%end
%end

0 comments on commit be60c67

Please sign in to comment.