Explorar el Código

Fix Respring button

master
mac-user669 hace 4 años
padre
commit
4497903f66
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      zenithdarkprefs/ZNDarkPrefsRootListController.m

+ 7
- 0
zenithdarkprefs/ZNDarkPrefsRootListController.m Ver fichero

@@ -77,6 +77,13 @@
return _specifiers;
}

-(void)respring {
NSTask *task = [[[NSTask alloc] init] autorelease];
[task setLaunchPath:@"/usr/bin/killall"];
[task setArguments:[NSArray arrayWithObjects:@"backboardd", nil]];
[task launch];
}

-(void)doAFancyRespring {


Cargando…
Cancelar
Guardar