SantaGUI: Post notifications to main thread using dispatch_async

This commit is contained in:
Russell Hancox
2016-04-11 14:16:38 -04:00
parent a79d1a98e7
commit 0fceb7b2e1
2 changed files with 13 additions and 23 deletions

View File

@@ -53,7 +53,7 @@
self = [super initWithWindowNibName:@"MessageWindow"];
if (self) {
_event = event;
_customMessage = (message != (NSString *)[NSNull null] ? message : nil);
_customMessage = message;
}
return self;
}