修正参数指引页面左下角的tips还在显示的问题

This commit is contained in:
anod 2022-10-22 09:54:16 +08:00
parent fc30f1754d
commit aff4319b6c

View File

@ -224,6 +224,7 @@ static atp_pageopt_t config_adjust( atp_callerdata_t, atp_counter_t index, atp_b
}
else if( start )
{
atp_tips("", NULL);
return ATP_POWER_OFF == help_page( config_help, sizeof(config_help)/sizeof(atp_text_t) )
? ATP_POWER_OFF : ATP_PAGE_REFRESH;
}