()
| 476 | return this.SCREEN && this.SCREEN.running; |
| 477 | } |
| 478 | doCloseApp() { |
| 479 | this.libraryPath = ""; |
| 480 | this.quitScreen(); |
| 481 | this.launchScreen(); |
| 482 | } |
| 483 | doCloseMod() { |
| 484 | this.ffiPath = ""; |
| 485 | this.archivePath = ""; |
nothing calls this directly
no test coverage detected