Rearrange settings

This commit is contained in:
2020-02-06 18:06:56 -05:00
parent c59707850a
commit 376746c1e0
2 changed files with 22 additions and 21 deletions

View File

@ -150,25 +150,6 @@
<key>action</key>
<string>respringPopUp</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string></string>
<key>footerText</key>
<string></string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>detail</key>
<string>ZNDarkPrefsAboutListController</string>
<key>isController</key>
<true/>
<key>label</key>
<string>About</string>
</dict>
<dict>
<key>cell</key>
@ -176,7 +157,7 @@
<key>label</key>
<string></string>
<key>footerText</key>
<string></string>
<string>Reset ZenithDark's Settings</string>
</dict>
<dict>
@ -200,6 +181,26 @@
<string>Cancel</string>
</dict>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string></string>
<key>footerText</key>
<string></string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>detail</key>
<string>ZNDarkPrefsAboutListController</string>
<key>isController</key>
<true/>
<key>label</key>
<string>About</string>
</dict>
</array>
<key>title</key>
<string></string>

View File

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