mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	Remove stock volume HUD
This commit is contained in:
		| @@ -532,21 +532,6 @@ static NSData *cellDividerData = nil; | ||||
| %end | ||||
| %end | ||||
|  | ||||
| // YTStockVolumeHUD - https://github.com/lilacvibes/YTStockVolumeHUD | ||||
| %group gStockVolumeHUD | ||||
| %hook YTVolumeBarView | ||||
| - (void)volumeChanged:(id)arg1 { | ||||
| 	%orig(nil); | ||||
| } | ||||
| %end | ||||
|  | ||||
| %hook UIApplication  | ||||
| - (void)setSystemVolumeHUDEnabled:(BOOL)arg1 forAudioCategory:(id)arg2 { | ||||
| 	%orig(true, arg2); | ||||
| } | ||||
| %end | ||||
| %end | ||||
|  | ||||
| // App Settings Overlay Options | ||||
| %group gDisableAccountSection | ||||
| %hook YTSettingsSectionItemManager | ||||
| @@ -689,9 +674,6 @@ static NSData *cellDividerData = nil; | ||||
|     if (IsEnabled(@"ytSpeed_enabled")) { | ||||
|         %init(gYTSpeed); | ||||
|     } | ||||
|     if (IsEnabled(@"stockVolumeHUD_enabled")) { | ||||
|         %init(gStockVolumeHUD); | ||||
|     } | ||||
|     if (IsEnabled(@"disableAccountSection_enabled")) { | ||||
|         %init(gDisableAccountSection); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bryce Hackel
					Bryce Hackel