mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-28 09:09:23 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
de59708a3c
commit
6e95fc554f
1 changed files with 2 additions and 2 deletions
|
|
@ -202,7 +202,7 @@ extern NSBundle *uYouPlusBundle();
|
|||
if (IS_ENABLED(@"replaceCopyandPasteButtons_enabled")) {
|
||||
// Export Settings functionality
|
||||
NSURL *tempFileURL = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:@"exported_settings.txt"]];
|
||||
NSMutableString *settingsString = [NSMutableNSMutableString string];
|
||||
NSMutableString *settingsString = [NSMutableString string];
|
||||
for (NSString *key in copyKeys) {
|
||||
id value = [[NSUserDefaults standardUserDefaults] objectForKey:key];
|
||||
if (value) {
|
||||
|
|
@ -264,7 +264,7 @@ extern NSBundle *uYouPlusBundle();
|
|||
[settingsViewController reloadData];
|
||||
SHOW_RELAUNCH_YT_SNACKBAR;
|
||||
}
|
||||
}];
|
||||
}]];
|
||||
[settingsViewController presentViewController:confirmPasteAlert animated:YES completion:nil];
|
||||
}
|
||||
return YES;
|
||||
|
|
|
|||
Loading…
Reference in a new issue