дзеркало
https://github.com/exoticswingset/DualSBAdoption.git
synced 2025-07-05 15:26:46 +00:00
13 рядки
271 B
Plaintext
13 рядки
271 B
Plaintext
%hook UIStatusBar_Modern
|
|
-(void)setAlpha:(CGFloat)arg1 {
|
|
%orig(0.0); // makes status bar transparent on lock screen
|
|
}
|
|
|
|
%end
|
|
|
|
%hook SBDashBoardTeachableMomentsContainerView
|
|
-(void)_addControlCenterTutors {
|
|
// Nothing here to prevent the cc grabber from showing
|
|
}
|
|
%end
|