Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Barker <pb-gh@barker.dropbear.id.au>
  • Loading branch information
Ryanf55 and peterbarker authored Nov 11, 2024
1 parent 08f6608 commit 47f461f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions MAVProxy/modules/mavproxy_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@ def __init__(self, mpstate):
# create the main menu
if mp_util.has_wxpython:
self.menu = MPMenuTop([])
mavproxy_items = [MPMenuItem('Settings', 'Settings', 'menuSettings'),
MPMenuItem('Show Map', 'Load Map', '# module load map'),
MPMenuItem('Show HUD', 'Load HUD', '# module load horizon'),
MPMenuItem('Show Checklist', 'Load Checklist', '# module load checklist')]
mavproxy_items = [
MPMenuItem('Settings', 'Settings', 'menuSettings'),
MPMenuItem('Show Map', 'Load Map', '# module load map'),
MPMenuItem('Show HUD', 'Load HUD', '# module load horizon'),
MPMenuItem('Show Checklist', 'Load Checklist', '# module load checklist'),
]

# wsproto is not installed by default.
# Only add the menu if it's available.
Expand Down

0 comments on commit 47f461f

Please sign in to comment.