diff --git a/sbapp/ui/layouts.py b/sbapp/ui/layouts.py index 0c17304..22df1b6 100644 --- a/sbapp/ui/layouts.py +++ b/sbapp/ui/layouts.py @@ -88,8 +88,8 @@ MDNavigationLayout: ] right_action_items: [ - ['webhook', lambda x: root.ids.screen_manager.app.connectivity_status(self)], ['access-point', lambda x: root.ids.screen_manager.app.announce_now_action(self)], + ['webhook', lambda x: root.ids.screen_manager.app.connectivity_status(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)],