Plus must not quit the app out from under a running script.
| 57 | |
| 58 | // Plus must not quit the app out from under a running script. |
| 59 | bool allowsExit(void) const override { return false; } |
| 60 | |
| 61 | // True while a script session owns the screen. main.cpp asks before routing |
| 62 | // the D-Pad to the log pane; "a script is running" is not the same thing — the |