This commit is contained in:
2020-01-03 04:47:41 +01:00
commit f23f55e98a
6 changed files with 32 additions and 0 deletions

6
Tweak.x Normal file
View File

@ -0,0 +1,6 @@
%hook UICoverSheetButton
- (id)_backgroundEffectsWithBrightness:(double)arg1 {
return 0;
}
%end