mirror of
https://github.com/CTCaer/hekate.git
synced 2025-08-16 07:19:19 +00:00
fix RCM key combo for AutoRCM disabled
This commit is contained in:
parent
d55634638f
commit
9d0c69af04
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ static lv_res_t _create_mbox_autorcm_status(lv_obj_t *btn)
|
||||||
{
|
{
|
||||||
lv_mbox_set_text(mbox,
|
lv_mbox_set_text(mbox,
|
||||||
"AutoRCM is now #FF8000 DISABLED!#\n\n"
|
"AutoRCM is now #FF8000 DISABLED!#\n\n"
|
||||||
"The boot process is now normal and you need the #FF8000 VOL-# + #FF8000 HOME# (jig) combo to enter RCM.\n");
|
"The boot process is now normal and you need the #FF8000 VOL+# + #FF8000 POWER# (jig) combo to enter RCM.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
lv_mbox_add_btns(mbox, mbox_btn_map, mbox_action);
|
lv_mbox_add_btns(mbox, mbox_btn_map, mbox_action);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue