Update uYouPlusSettings.xm

This commit is contained in:
aricloverGitHub (INACTIVE) 2024-12-18 01:25:53 -06:00 committed by GitHub
parent 2915b02dd2
commit 7e79ac2e80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {