From 9fbe489333adf08bf293f6b08462a2121ca958f5 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 13 Nov 2014 12:01:17 -0800 Subject: Fix display of dialog (very large font) on iOS 8. --- Tweak.xm | 1 + 1 file changed, 1 insertion(+) diff --git a/Tweak.xm b/Tweak.xm index a7eb8f7..f5b4816 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -88,6 +88,7 @@ void SafeModeAlertItem$configure$requirePasscodeForActions$(id self, SEL sel, BO UIAlertView *sheet([self alertSheet]); [sheet setDelegate:self]; + [sheet setTitle:@""]; [sheet setBodyText:@"We apologize for the inconvenience, but SpringBoard has just crashed.\n\nMobileSubstrate /did not/ cause this problem: it has protected you from it.\n\nYour device is now running in Safe Mode. All extensions that support this safety system are disabled.\n\nReboot (or restart SpringBoard) to return to the normal mode. To return to this dialog touch the status bar.\n\nTap \"Help\" below for more tips."]; [sheet addButtonWithTitle:@"OK"]; [sheet addButtonWithTitle:@"Restart"]; -- cgit v1.2.3