Skip to content

Commit

Permalink
Restore missing backup log menu item button press
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcoder committed May 13, 2024
1 parent ab8707e commit 1f7674a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ui/system_menu/buttons.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ def install_upgrade():
buttons = {
'single': {
'2': state.app.shutdown,
'3': state.app.go_to_language_menu,
'4': install_upgrade,
'3': state.backup_log,
'4': state.app.go_to_language_menu,
'5': install_upgrade,
'R': state.app.help_menu.toggle,
'>': state.app.next_page,
'<': state.app.previous_page,
'L': state.app.close_menu,
},
'long': {
'2': state.app.shutdown,
'3': state.app.go_to_language_menu,
'4': install_upgrade,
'3': state.backup_log,
'4': state.app.go_to_language_menu,
'5': install_upgrade,
'R': state.app.help_menu.toggle,
'>': state.app.next_page,
'<': state.app.previous_page,
Expand Down

0 comments on commit 1f7674a

Please sign in to comment.