mirror of https://github.com/acidanthera/audk.git
Update the BDS UI to keep the old behaviors after add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1.
Signed-off-by: ydong10 Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12362 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0d0bbc9f47
commit
a1cfbf8c30
|
@ -598,7 +598,7 @@ BootMaintCallback (
|
||||||
// Tell browser not to ask for confirmation of changes,
|
// Tell browser not to ask for confirmation of changes,
|
||||||
// since we have already applied or discarded.
|
// since we have already applied or discarded.
|
||||||
//
|
//
|
||||||
*ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT;
|
*ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue