forked from yaypixxo/QuickActionsNoBG
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
%hook UICoverSheetButton
|
|
- (id)_backgroundEffectsWithBrightness:(double)arg1 {
|
|
return 0;
|
|
}
|
|
%end
|
|
|