mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 22:40:53 -04:00
Changed button order
This commit is contained in:
parent
3a2ff472ef
commit
bd53bef16e
1 changed files with 1 additions and 1 deletions
|
@ -88,8 +88,8 @@ MDNavigationLayout:
|
||||||
]
|
]
|
||||||
right_action_items:
|
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)],
|
['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)],
|
['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)],
|
['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)],
|
['account-plus', lambda x: root.ids.screen_manager.app.new_conversation_action(self)],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue