Rearrange settings
This commit is contained in:
@ -150,25 +150,6 @@
|
|||||||
<key>action</key>
|
<key>action</key>
|
||||||
<string>respringPopUp</string>
|
<string>respringPopUp</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>
|
|
||||||
|
|
||||||
<dict>
|
<dict>
|
||||||
<key>cell</key>
|
<key>cell</key>
|
||||||
@ -176,7 +157,7 @@
|
|||||||
<key>label</key>
|
<key>label</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
<key>footerText</key>
|
<key>footerText</key>
|
||||||
<string></string>
|
<string>Reset ZenithDark's Settings</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
||||||
<dict>
|
<dict>
|
||||||
@ -200,6 +181,26 @@
|
|||||||
<string>Cancel</string>
|
<string>Cancel</string>
|
||||||
</dict>
|
</dict>
|
||||||
</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>
|
</array>
|
||||||
<key>title</key>
|
<key>title</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
[super viewWillAppear:animated];
|
[super viewWillAppear:animated];
|
||||||
|
|
||||||
// share button for our tweak :P
|
// 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 {
|
- (void)resetSettings {
|
||||||
|
Reference in New Issue
Block a user