mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 22:40:53 -04:00
Updated layouts
This commit is contained in:
parent
10b1944e23
commit
abe736cbee
1 changed files with 2 additions and 1 deletions
|
@ -866,9 +866,10 @@ MDScreen:
|
||||||
[['menu', lambda x: root.app.nav_drawer.set_state("open")]]
|
[['menu', lambda x: root.app.nav_drawer.set_state("open")]]
|
||||||
right_action_items:
|
right_action_items:
|
||||||
[
|
[
|
||||||
|
['format-list-bulleted-type', lambda x: root.app.map_object_list(self)],
|
||||||
['arrow-down-bold-hexagon-outline', lambda x: root.app.telemetry_request_action(self)],
|
['arrow-down-bold-hexagon-outline', lambda x: root.app.telemetry_request_action(self)],
|
||||||
['upload-lock', lambda x: root.app.telemetry_send_update(self)],
|
['upload-lock', lambda x: root.app.telemetry_send_update(self)],
|
||||||
['wrench-cog', lambda x: root.app.close_any_action(self)],
|
['wrench-cog', lambda x: root.app.map_test_action(self)],
|
||||||
['close', lambda x: root.app.close_any_action(self)],
|
['close', lambda x: root.app.close_any_action(self)],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue