From bfcf0a8e739b6dffe41c10a1e6bf499e942b44fc Mon Sep 17 00:00:00 2001 From: "aricloverGitHub (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:36:12 -0600 Subject: [PATCH] Update uYouPlusSettings.xm --- Sources/uYouPlusSettings.xm | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index e95575f..35b69e3 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -1648,7 +1648,6 @@ NSString *cacheDescription = [NSString stringWithFormat:@"%@", GetCacheSize()]; if (success) { YTSettingsViewController *settingsViewController = [self valueForKey:@"_settingsViewControllerDelegate"]; [settingsViewController reloadData]; - [[%c(GOOHUDManagerInternal) sharedInstance] showMessageMainThread:[%c(YTHUDMessage) messageWithText:@"Settings applied"]]; SHOW_RELAUNCH_YT_SNACKBAR; } else { NSDictionary *backupSettings = [NSKeyedUnarchiver unarchiveObjectWithData:backupData];