mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-13 22:06:46 +00:00
nyx: Fix hang on using B button after Launch window
This commit is contained in:
parent
9c2a064817
commit
cd76d5ac09
1 changed files with 2 additions and 0 deletions
|
@ -1372,6 +1372,8 @@ static lv_res_t _win_launch_close_action(lv_obj_t * btn)
|
||||||
launch_bg_done = true;
|
launch_bg_done = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
close_btn = NULL;
|
||||||
|
|
||||||
return LV_RES_INV;
|
return LV_RES_INV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue