From 4892fef46576f85e0adc2c236888a9eb93e927d2 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 17 Feb 2024 01:53:21 -0600 Subject: [PATCH] Delete Sources/YTStockVolumeHUD.xm.bak --- Sources/YTStockVolumeHUD.xm.bak | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Sources/YTStockVolumeHUD.xm.bak diff --git a/Sources/YTStockVolumeHUD.xm.bak b/Sources/YTStockVolumeHUD.xm.bak deleted file mode 100644 index 37a6734..0000000 --- a/Sources/YTStockVolumeHUD.xm.bak +++ /dev/null @@ -1,21 +0,0 @@ -#import "uYouPlus.h" - -%group YTStockVolumeHUD // https://github.com/lilacvibes/YTStockVolumeHUD -%hook YTVolumeBarView -- (void)volumeChanged:(id)arg1 { - %orig(nil); -} -%end - -%hook UIApplication -- (void)setSystemVolumeHUDEnabled:(BOOL)arg1 forAudioCategory:(id)arg2 { - %orig(true, arg2); -} -%end -%end - -%ctor { - if (IS_ENABLED(@"stockVolumeHUD_enabled")) { - %init(YTStockVolumeHUD); - } -}