Revert removal of notification

This commit is contained in:
Anthony Lavado 2020-02-16 05:13:44 -05:00
parent 7ab0389fcd
commit 6671af4f66

View File

@ -17,11 +17,14 @@
@implementation STAppDelegate
- (void) applicationDidFinishLaunching {
- (void) applicationDidFinishLaunching:(NSNotification *)aNotification {
[self applicationLoadConfiguration];
_process = [[DaemonProcess alloc] initWithPath:_executable delegate:self];
[_process launch];
}
- (void) awakeFromNib {