diff --git a/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm b/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm index a5272f348a..efd8082da1 100644 --- a/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm +++ b/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm @@ -459,9 +459,8 @@ - (void)patcherCompletedWithError:(PLSPatcher*)patcher error:(NSError*)error NSAlert* failureAlert = [NSAlert alertWithError:error]; [failureAlert beginSheetModalForWindow:self.patcherWindow.window completionHandler:^(NSModalResponse returnCode){ - + [NSApp terminate:self]; }]; - [NSApp terminate:self]; } - (void)patcher:(PLSPatcher*)patcher