don't save priority window column when x-ing out

This commit is contained in:
2022-10-06 20:35:59 +00:00
parent 50cbf2f36f
commit 93173c0347

View File

@@ -248,6 +248,7 @@
// Main.hx sets off 99% of the app's logic by parsing the model file and calling setModel on startup and on a 30s loop: // Main.hx sets off 99% of the app's logic by parsing the model file and calling setModel on startup and on a 30s loop:
(method backToEntryWindow [] (method backToEntryWindow []
(when priorityWindow (set priorityWindow.cameraColumn 0))
(set entryNameText null) (set entryNameText null)
(nextFrame ->(entryWindow.show))) (nextFrame ->(entryWindow.show)))