Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
703224d891
1 changed files with 4 additions and 0 deletions
|
|
@ -250,7 +250,11 @@ def finalize_recovery(state: State, dry_run: bool = True) -> None:
|
|||
if 'GPT' in name and disable_gpt_option:
|
||||
details['Disabled'] = True
|
||||
details['Selected'] = False
|
||||
if state.mode == 'Image':
|
||||
details['Disabled'] = True
|
||||
details['Selected'] = False
|
||||
if 'osTicket' in name:
|
||||
# This is last to override the Image section above
|
||||
details['Selected'] = not state.ost.disabled
|
||||
menu.add_option(name, details)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue