diff --git a/Tweak.xm b/Tweak.xm index 66fb68c..12717d3 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -316,7 +316,7 @@ static CCCalcViewController *ccCalcController; } %new -(BOOL)isCalcModule { - return [[MSHookIvar(self, "_application") applicationBundleIdentifier] isEqualToString:@"com.apple.calculator"]; + return true; } -%end \ No newline at end of file +%end