This commit is contained in:
2020-01-20 21:02:48 -05:00
parent 0c23a93fdd
commit 229f3a6194
4 changed files with 21 additions and 21 deletions

View File

@ -26,13 +26,29 @@
<key>label</key>
<string>Enable</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Apply Changes</string>
<key>footerText</key>
<string>A Respring is needed to apply changes!</string>
</dict>
<dict>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Respring</string>
<key>action</key>
<string>doAFancyRespring</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Credits</string>
<key>footerText</key>
<string>Conceptualized by your yours truly.</string>
<string>Conceptualized by yours truly.</string>
</dict>
<dict>
<key>icon</key>
@ -40,7 +56,7 @@
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>mac-user669 (@mac-user669)</string>
<string>@mac_user669</string>
<key>action</key>
<string>followMe</string>
</dict>
@ -56,7 +72,7 @@
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>J.K. Hayslip (@iKilledAppl3) </string>
<string>@iKilledAppl3</string>
<key>action</key>
<string>followiKA</string>
</dict>
@ -72,26 +88,10 @@
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Skitty (@skittyblock) </string>
<string>@Skittyblock</string>
<key>action</key>
<string>followSkitty</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Apply Changes</string>
<key>footerText</key>
<string>A Respring is needed to apply changes!</string>
</dict>
<dict>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Respring</string>
<key>action</key>
<string>doAFancyRespring</string>
</dict>
</array>
<key>title</key>
<string>ZenithDark</string>

View File

@ -95,7 +95,7 @@
[confirmRespringAlert addAction:cancel];
[confirmRespringAlert addAction:confirm];
[self presentViewController:confirmRespringAlert animated:YES completion:nil];
[self presentViewController:confirmRespringAlert animated:YES completion:nil];
}
@end