mirror of
https://github.com/jellyfin/jellyfin-server-macos.git
synced 2024-11-23 14:09:41 +00:00
Revert removal of notification
This commit is contained in:
parent
7ab0389fcd
commit
6671af4f66
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user