BIOSUtilities v24.10.17

Fixed "skip user action prompts" argument being ignored
Improved AMI UCP tag dictionary for better NAL parsing
This commit is contained in:
Plato Mavropoulos 2024-10-17 20:53:04 +03:00
parent b174ce40e6
commit 010b5a47d4
7 changed files with 18 additions and 12 deletions

View file

@ -169,7 +169,7 @@ class InsydeIfdExtract(BIOSUtility):
if img_val == [img_tag, img_ext]:
printer(message=f'Note: Detected new Insyde iFlash tag {img_tag}!',
padding=padding + 12, pause=True)
padding=padding + 12, pause=not self.arguments.auto_exit)
out_name: str = f'{img_name}.{img_ext}'