| 359 | } |
| 360 | |
| 361 | void AegisubApp::CloseAll() { |
| 362 | for (auto frame : frames) { |
| 363 | if (!frame->Close()) |
| 364 | break; |
| 365 | } |
| 366 | } |
| 367 | |
| 368 | void AegisubApp::UnhandledException(bool stackWalk) { |
| 369 | #if (!defined(_DEBUG) || defined(WITH_EXCEPTIONS)) && (wxUSE_ON_FATAL_EXCEPTION+0) |