diff --git a/zenithdarkprefs/Resources/Root.plist b/zenithdarkprefs/Resources/Root.plist index 45fd0c3..7b497a7 100644 --- a/zenithdarkprefs/Resources/Root.plist +++ b/zenithdarkprefs/Resources/Root.plist @@ -150,25 +150,6 @@ action respringPopUp - - cell - PSGroupCell - label - - footerText - - - - - cell - PSLinkCell - detail - ZNDarkPrefsAboutListController - isController - - label - About - cell @@ -176,7 +157,7 @@ label footerText - + Reset ZenithDark's Settings @@ -200,6 +181,26 @@ Cancel + + cell + PSGroupCell + label + + footerText + + + + + cell + PSLinkCell + detail + ZNDarkPrefsAboutListController + isController + + label + About + + title diff --git a/zenithdarkprefs/ZNDarkPrefsRootListController.m b/zenithdarkprefs/ZNDarkPrefsRootListController.m index b12472f..aeef4c6 100644 --- a/zenithdarkprefs/ZNDarkPrefsRootListController.m +++ b/zenithdarkprefs/ZNDarkPrefsRootListController.m @@ -18,7 +18,7 @@ [super viewWillAppear:animated]; // share button for our tweak :P - self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCompose target:self action:@selector(shareTapped)]; + self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction target:self action:@selector(shareTapped)]; } - (void)resetSettings {