Rearranged buttons

This commit is contained in:
Mark Qvist 2022-11-23 08:32:15 +01:00
parent b4b3849d1c
commit 44c864d3eb
1 changed files with 1 additions and 1 deletions

View File

@ -88,9 +88,9 @@ MDNavigationLayout:
]
right_action_items:
[
['qrcode', lambda x: root.ids.screen_manager.app.ingest_lxm_action(self)],
['webhook', lambda x: root.ids.screen_manager.app.connectivity_status(self)],
['access-point', lambda x: root.ids.screen_manager.app.announce_now_action(self)],
['qrcode', lambda x: root.ids.screen_manager.app.ingest_lxm_action(self)],
['email-sync', lambda x: root.ids.screen_manager.app.lxmf_sync_action(self)],
['account-plus', lambda x: root.ids.screen_manager.app.new_conversation_action(self)],
]