Resolves #993 -- warn on before unloading

This commit is contained in:
Peter Cottle 2022-08-08 10:34:38 -06:00
parent d9fe304038
commit be58befe52
5 changed files with 26 additions and 2 deletions

View file

@ -32,7 +32,8 @@ module.exports = {
* solve the level, not ask for solution
* or solve it again.
*/
SOLVE_LEVEL: null
SOLVE_LEVEL: null,
SET_IS_SOLVING_LEVEL: null,
}),
PayloadSources: keyMirror({