mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
2915b02dd2
commit
7e79ac2e80
1 changed files with 0 additions and 1 deletions
|
|
@ -250,7 +250,6 @@ extern NSBundle *uYouPlusBundle();
|
|||
// Import Settings functionality
|
||||
UIDocumentPickerViewController *documentPicker = [[UIDocumentPickerViewController alloc] initWithDocumentTypes:@[@"public.text"] inMode:UIDocumentPickerModeImport];
|
||||
documentPicker.allowsMultipleSelection = NO;
|
||||
documentPicker.delegate = self;
|
||||
[settingsViewController presentViewController:documentPicker animated:YES completion:nil];
|
||||
return YES;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue