From 46184fa02002315413705ad3139e39804cd082b1 Mon Sep 17 00:00:00 2001 From: straight-tamago Date: Fri, 26 Jan 2024 12:22:00 +0900 Subject: [PATCH] c --- TDRootViewController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TDRootViewController.m b/TDRootViewController.m index 40dff9d..39fcb7b 100644 --- a/TDRootViewController.m +++ b/TDRootViewController.m @@ -48,7 +48,7 @@ } - (void)about:(id)sender { - UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"TrollDecrypt" message:@"by fiore\nIcon by @super.user\nbfdecrypt by @bishopfox\ndumpdecrypted by @i0n1c\nUpdated for TrollStore by @wh1te4ever" preferredStyle:UIAlertControllerStyleAlert]; + UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"TrollDecrypt" message:@"by fiore\nIcon by @super.user\nbfdecrypt by @bishopfox\ndumpdecrypted by @i0n1c\nUpdated for TrollStore by @wh1te4ever\nPorting to tvOS by @straight-tamago" preferredStyle:UIAlertControllerStyleAlert]; [alert addAction:[UIAlertAction actionWithTitle:@"Dismiss" style:UIAlertActionStyleCancel handler:nil]]; [self presentViewController:alert animated:YES completion:nil]; } @@ -129,4 +129,4 @@ [tableView deselectRowAtIndexPath:indexPath animated:YES]; } -@end \ No newline at end of file +@end