Files
QuickActionsNoBG1/Tweak.x
2020-01-03 04:47:41 +01:00

7 lines
102 B
Plaintext

%hook UICoverSheetButton
- (id)_backgroundEffectsWithBrightness:(double)arg1 {
return 0;
}
%end