Browse Source

fix apply button freezing device

tags/v2.2.0
Viggo Lekdorf 4 years ago
parent
commit
98a3a38cfc
4 changed files with 4 additions and 8 deletions
  1. +1
    -1
      Makefile
  2. +1
    -5
      cnonprefs/CNONRootListController.m
  3. +1
    -1
      cnonprefs/Makefile
  4. +1
    -1
      cnonprefs/Resources/Root.plist

+ 1
- 1
Makefile View File

@@ -1,5 +1,5 @@
ARCHS = arm64 arm64e
TARGET = iphone:clang:10.3:10.3
TARGET = iphone:clang:11.2:11.2

include $(THEOS)/makefiles/common.mk


+ 1
- 5
cnonprefs/CNONRootListController.m View File

@@ -11,12 +11,8 @@
return _specifiers;
}

- (void)respring:(id)sender {
- (void)apply {
[self.view endEditing:YES];
/*[NSThread sleepForTimeInterval:0.5f];
pid_t pid;
const char* args[] = {"killall", "backboardd", NULL};
posix_spawn(&pid, "/usr/bin/killall", NULL, NULL, (char* const*)args, NULL);*/
}

- (void)openTwitter {

+ 1
- 1
cnonprefs/Makefile View File

@@ -1,5 +1,5 @@
ARCHS = arm64 arm64e
TARGET = iphone:10.3:10.3
TARGET = iphone:clang:11.2:11.2

include $(THEOS)/makefiles/common.mk


+ 1
- 1
cnonprefs/Resources/Root.plist View File

@@ -42,7 +42,7 @@
<key>cell</key>
<string>PSButtonCell</string>
<key>action</key>
<string>respring</string>
<string>apply</string>
<key>label</key>
<string>Apply</string>
</dict>

Loading…
Cancel
Save