#460 exit on UI crash

This commit is contained in:
Mikayla Fischler
2024-04-07 20:55:07 -04:00
parent 45573be8c7
commit f734c4307b
2 changed files with 8 additions and 3 deletions

View File

@@ -144,7 +144,7 @@ local function main()
---@class crd_state
crd_state = {
fp_ok = false,
ui_ok = false,
ui_ok = true, -- default true, used to abort on fail
link_fail = false,
shutdown = false
},