mac-user669 4 лет назад
Родитель
Сommit
376746c1e0
2 измененных файлов: 22 добавлений и 21 удалений
  1. +21
    -20
      zenithdarkprefs/Resources/Root.plist
  2. +1
    -1
      zenithdarkprefs/ZNDarkPrefsRootListController.m

+ 21
- 20
zenithdarkprefs/Resources/Root.plist Просмотреть файл

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

+ 1
- 1
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 {

Загрузка…
Отмена
Сохранить