Skip to content

Commit

Permalink
Fixed image not showing in "Boot custom recovery"
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLike committed Mar 20, 2023
1 parent 0abb90f commit dd1c897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/views/step_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def check_advanced_switch(e):
# main controls
steps_indictor_img_lookup = {
"Unlock the bootloader": "steps-header-unlock.png",
"Flash custom recovery": "steps-header-recovery.png",
"Boot custom recovery": "steps-header-recovery.png",
}
self.right_view_header.controls = [
get_title(
Expand Down

0 comments on commit dd1c897

Please sign in to comment.