Pressing [X] on the GUI makes it appear immediately after
fstenstrom opened this issue ยท 1 comments
The GUI#Update function restores the window, since I don't set the hide_gui flag when using [X].
Make sure to bind it to "on [X]-button click" and not OnClose, since OnClose is always called when logging out etc.
Fixed in 9e7ec20