mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 404893 - crash reporter fails to submit. rs=sspitzer
This commit is contained in:
parent
9979a737d8
commit
789fb3458c
@ -436,7 +436,7 @@ static bool RestartApplication()
|
||||
// to get auto-quit when we close the window
|
||||
-(BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication*)theApplication
|
||||
{
|
||||
return YES;
|
||||
return NO;
|
||||
}
|
||||
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user