From 5d2ea47fd600e964f1340b632e39d16c0e0935bf Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 9 Jun 2024 21:36:49 -0500 Subject: [PATCH] Update uYouPlusSettings.xm --- Sources/uYouPlusSettings.xm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index 6047f4f..15cff5b 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -1406,8 +1406,6 @@ extern NSBundle *uYouPlusBundle(); [[NSUserDefaults standardUserDefaults] setObject:value forKey:key]; } } - [settingsViewController reloadData]; - SHOW_RELAUNCH_YT_SNACKBAR; } }