mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-12 22:26:13 -04:00
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:
parent
b174ce40e6
commit
010b5a47d4
7 changed files with 18 additions and 12 deletions
|
@ -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}'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue