diff --git a/nyx/nyx_gui/frontend/gui.c b/nyx/nyx_gui/frontend/gui.c index cfd4c24..21b4453 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -1372,6 +1372,8 @@ static lv_res_t _win_launch_close_action(lv_obj_t * btn) launch_bg_done = true; } + close_btn = NULL; + return LV_RES_INV; }