Update uYouPlusSettings.xm

This commit is contained in:
arichornlover 2024-06-09 20:01:38 -05:00 committed by GitHub
parent ddf5070386
commit c9c7952ae3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,10 +261,10 @@ extern NSBundle *uYouPlusBundle();
NSString *key = components[0];
NSString *value = components[1];
[[NSUserDefaults standardUserDefaults] setObject:value forKey:key];
}
}
[settingsViewController reloadData];
SHOW_RELAUNCH_YT_SNACKBAR;
}
[settingsViewController reloadData];
SHOW_RELAUNCH_YT_SNACKBAR;
}
}];
[settingsViewController presentViewController:confirmPasteAlert animated:YES completion:nil];